summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: adnp: Convert to immutable irq_chipLinus Walleij2023-03-101-2/+7
* gpio: altera: Convert to immutable irq_chipLinus Walleij2023-03-101-10/+15
* gpio: loongson: fixup the warning about OF_GPIO direct dependenciesYinbo Zhu2023-03-091-1/+1
* gpiolib: Get rid of gpio_bus_match() forward declarationAndy Shevchenko2023-03-081-15/+14
* gpiolib: Access device's fwnode via dev_fwnode()Andy Shevchenko2023-03-081-2/+3
* Merge tag 'intel-gpio-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2023-03-0823-60/+107
|\
| * gpiolib: Clean up headersAndy Shevchenko2023-03-067-18/+35
| * gpio: regmap: Add missing header(s)Andy Shevchenko2023-03-061-3/+9
| * gpio: reg: Add missing header(s)Andy Shevchenko2023-03-061-2/+10
| * gpio: aggregator: Add missing header(s)Andy Shevchenko2023-03-061-4/+5
| * gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann2023-03-067-9/+28
| * gpiolib: split linux/gpio/driver.h out of linux/gpio.hArnd Bergmann2023-03-061-0/+1
| * gpiolib: remove legacy gpio_export()Arnd Bergmann2023-03-063-6/+11
| * gpiolib: remove gpio_set_debounce()Arnd Bergmann2023-03-061-2/+3
| * gpiolib: remove asm-generic/gpio.hArnd Bergmann2023-03-062-3/+0
| * gpiolib: coldfire: remove custom asm/gpio.hArnd Bergmann2023-03-061-8/+0
| * hte: tegra-194: Use proper includesLinus Walleij2023-03-061-5/+5
* | kbuild, gpio: gpio-aspeed-sgpio: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-061-1/+0
* | kbuild, gpio: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-061-1/+0
* | gpio: pmic-eic-sprd: Move Kconfig to MFD expandersLinus Walleij2023-03-061-8/+8
* | gpio: 104-dio-48e: Utilize mask_buf_def in handle_mask_sync() callbackWilliam Breathitt Gray2023-03-061-3/+2
* | gpio: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-062-2/+0
* | gpio: loongson: add gpio driver supportYinbo Zhu2023-03-063-0/+252
|/
* Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\
| * crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-051-3/+17
|\ \
| * | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
* | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-052-2/+3
|\ \ \
| * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-0/+1
| * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2320-205/+75
| |\ \ \
| * | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
* | | | | Merge tag 'i2c-for-6.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-042-15/+7
|\ \ \ \ \
| * | | | | i2c: gxp: fix an error code in probeDan Carpenter2023-03-031-1/+1
| * | | | | i2c: gxp: return proper error on address NACKWolfram Sang2023-03-031-2/+4
| * | | | | i2c: gxp: remove "empty" switch statementWolfram Sang2023-03-031-12/+1
| * | | | | i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray2023-03-031-0/+1
* | | | | | Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2023-03-041-3/+3
|\ \ \ \ \ \
| * | | | | | power: supply: fix null pointer check order in __power_supply_registerqinyu2023-02-251-3/+3
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-0332-244/+285
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | scsi: zfcp: Trace when request remove fails after qdio send failsBenjamin Block2023-02-223-4/+52
| * | | | | | scsi: zfcp: Change the type of all fsf request id fields and variables to u64Benjamin Block2023-02-226-17/+18
| * | | | | | scsi: zfcp: Make the type for accessing request hashtable buckets size_tBenjamin Block2023-02-221-9/+11
| * | | | | | scsi: ufs: core: Simplify ufshcd_execute_start_stop()Bart Van Assche2023-02-221-27/+8
| * | | | | | scsi: ufs: core: Rely on the block layer for setting RQF_PMBart Van Assche2023-02-221-1/+1
| * | | | | | scsi: core: Extend struct scsi_exec_argsBart Van Assche2023-02-221-0/+1
| * | | | | | scsi: lpfc: Fix double word in commentsBo Liu2023-02-227-13/+13
| * | | | | | scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche2023-02-221-0/+2
| * | | | | | scsi: core: Fix a source code commentBart Van Assche2023-02-221-1/+1
| * | | | | | scsi: cxgbi: Remove unneeded version.h includeJesper Juhl2023-02-221-1/+0
| * | | | | | scsi: qedi: Remove unneeded version.h includeJesper Juhl2023-02-221-1/+0