summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-05-03Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Linus Torvalds1-0/+1
2023-05-02Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+467
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+6
2023-04-27gpio: tegra186: Add Tegra234 hte supportDipen Patel1-0/+1
2023-04-26gpio: Add support for Intel LJCA USB GPIO driverYe Xiang3-0/+467
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds61-863/+1950
2023-04-11gpio: gpiolib: Simplify gpiochip_add_data_with_key() fwnodeLinus Walleij1-7/+6
2023-04-11gpio: 104-idi-48: Enable use_raw_spinlock for idi48_regmap_configWilliam Breathitt Gray1-0/+1
2023-04-11gpio: 104-dio-48e: Enable use_raw_spinlock for dio48e_regmap_configWilliam Breathitt Gray1-0/+1
2023-04-07Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+2
2023-04-06Merge tag 'intel-gpio-v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski9-440/+820
2023-04-03gpiolib: Add gpiochip_set_data() helperAndy Shevchenko1-3/+9
2023-04-03gpiolib: Move gpiochip_get_data() higher in the codeAndy Shevchenko1-13/+13
2023-04-03gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole1-1/+1
2023-04-03gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole1-3/+0
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+3
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman1-2/+2
2023-03-29gpiolib: Check array_info for NULL only once in gpiod_get_array()Andy Shevchenko1-7/+9
2023-03-29gpiolib: Replace open coded krealloc()Andy Shevchenko1-9/+8
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-4/+4
2023-03-23gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNUWerner Sembach1-0/+13
2023-03-23gpiolib: acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data()Andy Shevchenko1-7/+4
2023-03-23gpiolib: acpi: use the fwnode in acpi_gpiochip_find()Benjamin Tissoires1-1/+1
2023-03-23gpio: mm-lantiq: Fix typo in the newly added header filenameAndy Shevchenko1-1/+1
2023-03-23gpio: xlp: Convert to immutable irq_chipLinus Walleij1-2/+12
2023-03-23gpio: xilinx: Convert to immutable irq_chipLinus Walleij1-8/+15
2023-03-23gpio: xgs-iproc: Convert to immutable irq_chipLinus Walleij1-10/+22
2023-03-23gpio: visconti: Convert to immutable irq_chipLinus Walleij1-11/+39
2023-03-23gpio: tqmx86: Convert to immutable irq_chipLinus Walleij1-8/+20
2023-03-23gpio: thunderx: Convert to immutable irq_chipLinus Walleij1-10/+16
2023-03-23gpio: stmpe: Convert to immutable irq_chipLinus Walleij1-2/+6
2023-03-23gpio: siox: Convert to immutable irq_chipLinus Walleij1-37/+38
2023-03-23gpio: rda: Convert to immutable irq_chipLinus Walleij1-9/+13
2023-03-23gpio: loongson1: Add DT supportKeguang Zhang1-3/+16
2023-03-23gpio: loongson1: Introduce ls1x_gpio_chip structKeguang Zhang1-20/+25
2023-03-23gpio: loongson1: Convert to SPDX identifierKeguang Zhang1-6/+3
2023-03-22gpio: 104-dio-48e: Utilize no_status regmap-irq flagWilliam Breathitt Gray1-5/+1
2023-03-22gpio: pxa: remove unused gpio_is_pxa_type functionTom Rix1-5/+0
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-2/+0
2023-03-15gpio: fxl6408: add I2C GPIO expander driverEmanuele Ghidoli3-0/+169
2023-03-15gpio: pcie-idio-24: Prune superfluous license boilerplateWilliam Breathitt Gray1-9/+0
2023-03-15gpiolib: Use IRQ hardware number getter instead of direct accessAndy Shevchenko1-11/+18
2023-03-15gpiolib: Remove duplicative check in gpiod_find_and_request()Andy Shevchenko1-5/+2
2023-03-15gpiolib: Move gpiodevice_*() to gpiodev namespaceAndy Shevchenko1-2/+2
2023-03-15gpio: Use of_property_read_bool() for boolean propertiesRob Herring2-2/+2
2023-03-15gpiolib: Get rid of devprop prefix in one functionAndy Shevchenko1-3/+3
2023-03-15gpio: raspberrypi-exp: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-15gpio: xra1403: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-15gpio: sama5d2-piobu: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15gpio: sifive: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1