summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-15gpiolib: add support for software nodesDmitry Torokhov4-0/+145
2022-11-15gpiolib: consolidate GPIO lookupsDmitry Torokhov3-177/+76
2022-11-15gpiolib: acpi: avoid leaking ACPI details into upper gpiolib layersDmitry Torokhov3-57/+48
2022-11-15gpiolib: acpi: teach acpi_find_gpio() to handle data-only nodesDmitry Torokhov1-26/+50
2022-11-15gpiolib: acpi: change acpi_find_gpio() to accept firmware nodeDmitry Torokhov3-5/+10
2022-11-15gpiolib: of: change of_find_gpio() to accept device nodeDmitry Torokhov3-8/+8
2022-11-10gpio: davinci: add support of module buildGuillaume La Roque2-1/+12
2022-11-09gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid...Andy Shevchenko3-48/+53
2022-11-09gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnodeAndy Shevchenko1-4/+6
2022-11-09leds: lgm-sso: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-3/+2
2022-11-09leds: gpio: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-3/+2
2022-11-07gpio: hisi: Add initial device tree supportWeilong Chen2-1/+8
2022-11-07gpio: Add Generic regmap GPIO conversion to the TODO listAndy Shevchenko1-0/+7
2022-11-04gpiolib: of: add polarity quirk for Freescale PCIe controllerDmitry Torokhov1-0/+9
2022-11-04gpiolib: of: factor out quirk setting polarity via separate propertyDmitry Torokhov1-45/+53
2022-11-04gpiolib: of: Make use of device_match_of_node()Andy Shevchenko1-1/+1
2022-10-27gpio: pca9570: add slg7xl45106 supportShubhrajyoti Datta1-1/+17
2022-10-27gpio: pca9570: add a platform data structureShubhrajyoti Datta1-5/+26
2022-10-26gpio: exar: Allow IO port accessAndy Shevchenko1-0/+1
2022-10-26gpio: Add gpio latch driverSascha Hauer3-0/+226
2022-10-25gpio: pci-idio-16: Utilize the idio-16 GPIO libraryWilliam Breathitt Gray2-106/+14
2022-10-25gpio: 104-idio-16: Utilize the idio-16 GPIO libraryWilliam Breathitt Gray2-72/+17
2022-10-25gpio: idio-16: Introduce the ACCES IDIO-16 GPIO library moduleWilliam Breathitt Gray4-0/+227
2022-10-25gpio: ftgpio010: use device name for gpiochip name & labelJeremy Kerr1-1/+1
2022-10-20gpiolib: of: add a quirk for reset line polarity for Himax LCDsDmitry Torokhov1-0/+36
2022-10-20gpiolib: of: add quirk for phy reset polarity for Freescale EthernetDmitry Torokhov1-0/+27
2022-10-20gpiolib: of: factor out code overriding gpio line polarityDmitry Torokhov1-20/+28
2022-10-20gpiolib: of: add a quirk for legacy names in MOXA ART RTCDmitry Torokhov1-0/+5
2022-10-20gpiolib: of: add a quirk for reset line for Cirrus CS42L56 codecDmitry Torokhov1-0/+3
2022-10-20gpiolib: of: add a quirk for reset line for Marvell NFC controllerDmitry Torokhov1-0/+10
2022-10-20gpiolib: of: add quirk for locating reset lines with legacy bindingsDmitry Torokhov1-0/+16
2022-10-20gpiolib: of: tighten selection of gpio renaming quirksDmitry Torokhov1-2/+10
2022-10-20gpiolib: of: consolidate simple renames into a single quirkDmitry Torokhov1-112/+71
2022-10-20gpiolib: of: add a quirk for legacy names in Mediatek mt2701-cs42448Dmitry Torokhov1-0/+33
2022-10-17gpiolib: Get rid of ARCH_NR_GPIOSChristophe Leroy1-5/+5
2022-10-17gpiolib: Warn on drivers still using static gpiobase allocationChristophe Leroy1-0/+3
2022-10-17gpio: davinci: Stop using ARCH_NR_GPIOSChristophe Leroy1-3/+0
2022-10-17gpio: aggregator: Stop using ARCH_NR_GPIOSChristophe Leroy1-3/+4
2022-10-17gpio: Remove sta2x11 GPIO driverDavide Ciminaghi3-420/+0
2022-10-17drivers/gpio: use simple i2c probeStephen Kitt4-12/+8
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds57-116/+103
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds15-124/+1810
2022-10-16Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-61/+1
2022-10-15Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-28/+18
2022-10-15Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds11-247/+98
2022-10-15Merge tag 'i3c/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds1-4/+3
2022-10-15Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-27/+32
2022-10-14Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+2
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd9-113/+1805
2022-10-14clk: tegra: Fix Tegra PWM parent clockJon Hunter5-0/+5