aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-30drivers: spmi: Directly use ida_alloc()/free()Gravatar keliu 1-2/+2
2022-09-30counter: ti-ecap-capture: capture driver support for ECAPGravatar Julien Panis 3-0/+630
2022-09-30counter: Introduce the COUNTER_COMP_ARRAY component typeGravatar William Breathitt Gray 2-20/+312
2022-09-30counter: Consolidate Counter extension sysfs attribute creationGravatar William Breathitt Gray 1-49/+49
2022-09-30counter: 104-quad-8: Add Signal polarity componentGravatar William Breathitt Gray 1-0/+35
2022-09-30counter: Introduce the Signal polarity componentGravatar William Breathitt Gray 2-0/+13
2022-09-30counter: interrupt-cnt: Implement watch_validate callbackGravatar William Breathitt Gray 1-0/+11
2022-09-30counter: Move symbols into COUNTER namespaceGravatar William Breathitt Gray 10-8/+16
2022-09-30Merge tag 'fsi-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Greg Kroah-Hartman 7-29/+104
2022-09-28fsi: core: Check error number after calling ida_simple_getGravatar Jiasheng Jiang 1-0/+3
2022-09-28hwmon: (occ) Check for device property for setting OCC active during probeGravatar Eddie James 2-1/+19
2022-09-28fsi: occ: Support probing the hwmon child device from dts nodeGravatar Eddie James 1-7/+34
2022-09-28fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probeGravatar Lv Ruyi 1-0/+2
2022-09-28fsi: sbefifo: Add detailed debugging informationGravatar Joel Stanley 1-6/+9
2022-09-28fsi: cleanup extern usage in function definitionGravatar Tom Rix 1-4/+4
2022-09-28fsi: occ: Prevent use after freeGravatar Eddie James 1-3/+15
2022-09-28hwmon (occ): Retry for checksum failureGravatar Eddie James 1-5/+12
2022-09-27fsi: occ: Fix checksum failure modeGravatar Eddie James 1-2/+5
2022-09-27fsi: Fix typo in commentGravatar Luo Xueqin 1-1/+1
2022-09-26Merge tag 'icc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Gravatar Greg Kroah-Hartman 14-20/+37
2022-09-26Merge tag 'extcon-next-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 2-29/+205
2022-09-26extcon: usbc-tusb320: fix kernel-doc warningGravatar Rong Chen 1-1/+1
2022-09-26extcon: usbc-tusb320: Add USB TYPE-C supportGravatar Marek Vasut 2-1/+160
2022-09-26extcon: usbc-tusb320: Factor out extcon into dedicated functionsGravatar Marek Vasut 1-29/+46
2022-09-25Merge tag 'iio-for-6.1b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Greg Kroah-Hartman 53-511/+4551
2022-09-24firmware: google: Test spinlock on panic path to avoid lockupsGravatar Guilherme G. Piccoli 1-0/+9
2022-09-24bus: mvebu-mbus: use DEFINE_SHOW_ATTRIBUTE to simplify mvebu_{sdram/devs}_debugGravatar Liu Shixin 1-24/+2
2022-09-24mei: gsc: Remove redundant dev_err callGravatar Shang XiaoJing 1-1/+0
2022-09-24mei: fix repeated words in commentsGravatar Jilin Yuan 1-1/+1
2022-09-24drivers/misc/sgi-xp: Remove orphan declarations from drivers/misc/sgi-xp/xp.hGravatar Gaosheng Cui 1-4/+0
2022-09-24nvmem: u-boot-env: fix crc32 casting typeGravatar Rafał Miłecki 1-1/+1
2022-09-24nvmem: lan9662-otp: add supportGravatar Horatiu Vultur 3-0/+232
2022-09-24nvmem: u-boot-env: find Device Tree nodes for NVMEM cellsGravatar Rafał Miłecki 1-0/+1
2022-09-24nvmem: sort config symbols alphabeticallyGravatar Rafał Miłecki 2-206/+208
2022-09-24nvmem: prefix all symbols with NVMEM_Gravatar Rafał Miłecki 5-27/+27
2022-09-24nvmem: brcm_nvram: Use kzalloc for allocating only one elementGravatar Kenneth Lee 1-1/+1
2022-09-24nvmem: core: add error handling for dev_set_nameGravatar Gaosheng Cui 1-3/+9
2022-09-24mtd: allow getting MTD device associated with a specific DT nodeGravatar Rafał Miłecki 1-0/+28
2022-09-24nvmem: add driver handling U-Boot environment variablesGravatar Rafał Miłecki 3-0/+233
2022-09-24slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_registerGravatar Lin Yujun 1-1/+7
2022-09-24nvmem: core: Fix memleak in nvmem_register()Gravatar Gaosheng Cui 1-9/+6
2022-09-24slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMONGravatar Krzysztof Kozlowski 1-1/+2
2022-09-24slimbus: qcom-ngd: simplify error paths with dev_err_probeGravatar Krzysztof Kozlowski 1-8/+5
2022-09-24slimbus: qcom-ngd: cleanup in probe error pathGravatar Krzysztof Kozlowski 1-2/+11
2022-09-24slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failureGravatar Krzysztof Kozlowski 1-1/+2
2022-09-22misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Gravatar Christophe JAILLET 1-2/+1
2022-09-22misc: microchip: pci1xxxx: Do not disable the pci device twice in gp_aux_bus_...Gravatar Christophe JAILLET 1-1/+0
2022-09-22misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIM...Gravatar Kumaravel Thiagarajan 1-1/+1
2022-09-22misc: microchip: pci1xxxx: Remove duplicate includeGravatar Yihao Han 1-1/+0
2022-09-22Merge tag 'gnss-6.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Greg Kroah-Hartman 1-2/+2