summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds2023-05-031-0/+1
|\
| * gpio: tegra186: Add Tegra234 hte supportDipen Patel2023-04-261-0/+1
* | Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-05-023-0/+467
|\ \
| * | gpio: Add support for Intel LJCA USB GPIO driverYe Xiang2023-04-263-0/+467
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-8/+6
|\ \ \
| * | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-0/+3
| |\| |
| * | | driver core: create class_is_registered()Greg Kroah-Hartman2023-03-311-2/+2
| * | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-4/+4
| * | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-2/+0
| | |/ | |/|
* | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-2561-863/+1950
|\ \ \
| * | | gpio: gpiolib: Simplify gpiochip_add_data_with_key() fwnodeLinus Walleij2023-04-111-7/+6
| * | | Merge tag 'intel-gpio-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2023-04-069-440/+820
| |\ \ \
| | * | | gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNUWerner Sembach2023-03-231-0/+13
| | * | | gpiolib: acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data()Andy Shevchenko2023-03-231-7/+4
| | * | | gpiolib: acpi: use the fwnode in acpi_gpiochip_find()Benjamin Tissoires2023-03-231-1/+1
| | * | | gpio: mm-lantiq: Fix typo in the newly added header filenameAndy Shevchenko2023-03-231-1/+1
| | * | | gpio: ich: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-03-091-9/+1
| | * | | gpio: elkhartlake: Introduce Intel Elkhart Lake PSE GPIOPandith N2023-03-064-0/+108
| | * | | gpio: merrifield: Utilise temporary variable for struct deviceAndy Shevchenko2023-03-061-3/+4
| | * | | gpio: merrifield: Use dev_err_probe()Andy Shevchenko2023-03-061-4/+2
| | * | | gpio: merrifield: Adapt to Intel Tangier GPIO driverPandith N2023-03-063-415/+34
| | * | | gpio: tangier: Introduce Intel Tangier GPIO driverPandith N2023-03-064-0/+652
| * | | | gpiolib: Add gpiochip_set_data() helperAndy Shevchenko2023-04-031-3/+9
| * | | | gpiolib: Move gpiochip_get_data() higher in the codeAndy Shevchenko2023-04-031-13/+13
| * | | | gpiolib: Check array_info for NULL only once in gpiod_get_array()Andy Shevchenko2023-03-291-7/+9
| * | | | gpiolib: Replace open coded krealloc()Andy Shevchenko2023-03-291-9/+8
| * | | | gpio: xlp: Convert to immutable irq_chipLinus Walleij2023-03-231-2/+12
| * | | | gpio: xilinx: Convert to immutable irq_chipLinus Walleij2023-03-231-8/+15
| * | | | gpio: xgs-iproc: Convert to immutable irq_chipLinus Walleij2023-03-231-10/+22
| * | | | gpio: visconti: Convert to immutable irq_chipLinus Walleij2023-03-231-11/+39
| * | | | gpio: tqmx86: Convert to immutable irq_chipLinus Walleij2023-03-231-8/+20
| * | | | gpio: thunderx: Convert to immutable irq_chipLinus Walleij2023-03-231-10/+16
| * | | | gpio: stmpe: Convert to immutable irq_chipLinus Walleij2023-03-231-2/+6
| * | | | gpio: siox: Convert to immutable irq_chipLinus Walleij2023-03-231-37/+38
| * | | | gpio: rda: Convert to immutable irq_chipLinus Walleij2023-03-231-9/+13
| * | | | gpio: loongson1: Add DT supportKeguang Zhang2023-03-231-3/+16
| * | | | gpio: loongson1: Introduce ls1x_gpio_chip structKeguang Zhang2023-03-231-20/+25
| * | | | gpio: loongson1: Convert to SPDX identifierKeguang Zhang2023-03-231-6/+3
| * | | | gpio: 104-dio-48e: Utilize no_status regmap-irq flagWilliam Breathitt Gray2023-03-221-5/+1
| * | | | gpio: pxa: remove unused gpio_is_pxa_type functionTom Rix2023-03-221-5/+0
| * | | | gpio: fxl6408: add I2C GPIO expander driverEmanuele Ghidoli2023-03-153-0/+169
| * | | | gpio: pcie-idio-24: Prune superfluous license boilerplateWilliam Breathitt Gray2023-03-151-9/+0
| * | | | gpiolib: Use IRQ hardware number getter instead of direct accessAndy Shevchenko2023-03-151-11/+18
| * | | | gpiolib: Remove duplicative check in gpiod_find_and_request()Andy Shevchenko2023-03-151-5/+2
| * | | | gpiolib: Move gpiodevice_*() to gpiodev namespaceAndy Shevchenko2023-03-151-2/+2
| * | | | gpio: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-152-2/+2
| * | | | gpiolib: Get rid of devprop prefix in one functionAndy Shevchenko2023-03-151-3/+3
| * | | | gpio: raspberrypi-exp: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-151-1/+1
| * | | | gpio: xra1403: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-151-1/+1
| * | | | gpio: sama5d2-piobu: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1