summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: cdev: fix NULL-pointer dereferencesBartosz Golaszewski2022-12-071-0/+27
* gpiolib: Provide to_gpio_device() helperAndy Shevchenko2022-11-292-3/+8
* gpiolib: Unify access to the device propertiesAndy Shevchenko2022-11-281-7/+10
* gpio: Do not include <linux/kernel.h> when not really needed.Christophe JAILLET2022-11-281-1/+1
* gpio: pcf857x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3
* gpio: pca953x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3
* gpio: max732x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3
* Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Bartosz Golaszewski2022-11-242-0/+15
|\
| * i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2022-11-142-0/+15
* | dt-bindings: gpio: gpio-davinci: Increase maxItems in gpio-line-namesNishanth Menon2022-11-161-1/+1
* | Merge tag 'intel-gpio-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-11-163-3/+4
|\ \
| * | gpiolib: cdev: Fix typo in kernel doc for struct lineAndy Shevchenko2022-10-251-1/+1
| * | gpiolib: acpi: Use METHOD_NAME__AEI macro for acpi_walk_resourcesXiang Yang2022-10-251-1/+1
| * | gpio: merrifield: Use str_enable_disable() helperAndy Shevchenko2022-10-181-1/+2
| |/
* | gpiolib: ensure that fwnode is properly setBrian Masney2022-11-161-1/+1
* | gpio: sl28cpld: Replace irqchip mask_invert with unmask_baseAidan MacDonald2022-11-151-2/+1
* | gpiolib: of: Use correct fwnode for DT-probed chipsThierry Reding2022-11-151-1/+1
* | gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()Andy Shevchenko2022-11-151-3/+0
* | gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnodeAndy Shevchenko2022-11-151-2/+2
* | gpiolib: add support for software nodesDmitry Torokhov2022-11-155-0/+156
* | gpiolib: consolidate GPIO lookupsDmitry Torokhov2022-11-153-177/+76
* | gpiolib: acpi: avoid leaking ACPI details into upper gpiolib layersDmitry Torokhov2022-11-153-57/+48
* | gpiolib: acpi: teach acpi_find_gpio() to handle data-only nodesDmitry Torokhov2022-11-151-26/+50
* | gpiolib: acpi: change acpi_find_gpio() to accept firmware nodeDmitry Torokhov2022-11-153-5/+10
* | gpiolib: of: change of_find_gpio() to accept device nodeDmitry Torokhov2022-11-153-8/+8
* | gpio: davinci: add support of module buildGuillaume La Roque2022-11-102-1/+12
* | gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid...Andy Shevchenko2022-11-093-48/+53
* | gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnodeAndy Shevchenko2022-11-091-4/+6
* | gpiolib: remove devm_fwnode_get_[index_]gpiod_from_child()Dmitry Torokhov2022-11-091-21/+0
* | leds: lgm-sso: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-11-091-3/+2
* | leds: gpio: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-11-091-3/+2
* | gpio: hisi: Add initial device tree supportWeilong Chen2022-11-072-1/+8
* | dt-bindings: gpio: add entry for hisilicon,ascend910-gpioWeilong Chen2022-11-072-0/+57
* | gpio: Add Generic regmap GPIO conversion to the TODO listAndy Shevchenko2022-11-071-0/+7
* | gpiolib: of: add polarity quirk for Freescale PCIe controllerDmitry Torokhov2022-11-041-0/+9
* | gpiolib: of: factor out quirk setting polarity via separate propertyDmitry Torokhov2022-11-041-45/+53
* | gpiolib: of: Make use of device_match_of_node()Andy Shevchenko2022-11-041-1/+1
* | gpio: pca9570: add slg7xl45106 supportShubhrajyoti Datta2022-10-271-1/+17
* | gpio: pca9570: add a platform data structureShubhrajyoti Datta2022-10-271-5/+26
* | dt-bindings: gpio: pca9570: Add compatible for slg7xl45106Shubhrajyoti Datta2022-10-271-0/+1
* | gpio: exar: Allow IO port accessAndy Shevchenko2022-10-261-0/+1
* | gpio: Add gpio latch driverSascha Hauer2022-10-263-0/+226
* | dt-bindings: gpio: Add gpio-latch binding documentSascha Hauer2022-10-261-0/+94
* | gpio: pci-idio-16: Utilize the idio-16 GPIO libraryWilliam Breathitt Gray2022-10-252-106/+14
* | gpio: 104-idio-16: Utilize the idio-16 GPIO libraryWilliam Breathitt Gray2022-10-252-72/+17
* | gpio: idio-16: Introduce the ACCES IDIO-16 GPIO library moduleWilliam Breathitt Gray2022-10-255-0/+234
* | gpio: ftgpio010: use device name for gpiochip name & labelJeremy Kerr2022-10-251-1/+1
* | gpiolib: of: add a quirk for reset line polarity for Himax LCDsDmitry Torokhov2022-10-201-0/+36
* | gpiolib: of: add quirk for phy reset polarity for Freescale EthernetDmitry Torokhov2022-10-201-0/+27
* | gpiolib: of: factor out code overriding gpio line polarityDmitry Torokhov2022-10-201-20/+28