summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* gpio: exar: Allow IO port accessAndy Shevchenko2022-10-261-0/+1
* gpio: Add gpio latch driverSascha Hauer2022-10-263-0/+226
* 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-254-0/+227
* 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
* gpiolib: of: add a quirk for legacy names in MOXA ART RTCDmitry Torokhov2022-10-201-0/+5
* gpiolib: of: add a quirk for reset line for Cirrus CS42L56 codecDmitry Torokhov2022-10-201-0/+3
* gpiolib: of: add a quirk for reset line for Marvell NFC controllerDmitry Torokhov2022-10-201-0/+10
* gpiolib: of: add quirk for locating reset lines with legacy bindingsDmitry Torokhov2022-10-201-0/+16
* gpiolib: of: tighten selection of gpio renaming quirksDmitry Torokhov2022-10-201-2/+10
* gpiolib: of: consolidate simple renames into a single quirkDmitry Torokhov2022-10-201-112/+71
* gpiolib: of: add a quirk for legacy names in Mediatek mt2701-cs42448Dmitry Torokhov2022-10-201-0/+33
* gpiolib: Get rid of ARCH_NR_GPIOSChristophe Leroy2022-10-171-5/+5
* gpiolib: Warn on drivers still using static gpiobase allocationChristophe Leroy2022-10-171-0/+3
* gpio: davinci: Stop using ARCH_NR_GPIOSChristophe Leroy2022-10-171-3/+0
* gpio: aggregator: Stop using ARCH_NR_GPIOSChristophe Leroy2022-10-171-3/+4
* gpio: Remove sta2x11 GPIO driverDavide Ciminaghi2022-10-173-420/+0
* drivers/gpio: use simple i2c probeStephen Kitt2022-10-174-12/+8
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1657-116/+103
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-111-6/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-118-13/+13
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1124-32/+32
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-112-2/+2
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-119-13/+13
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1125-53/+41
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1615-124/+1810
|\ \
| * \ Merge branch 'clk-rate-range' into clk-nextStephen Boyd2022-10-149-113/+1805
| |\ \
| | * | clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno2022-10-141-0/+10
| | * | clk: tests: Add tests for notifiersMaxime Ripard2022-10-101-0/+156
| | * | clk: Update req_rate on __clk_recalc_rates()Maxime Ripard2022-10-101-28/+11
| | * | clk: tests: Add missing test case for rangesMaxime Ripard2022-09-151-0/+53
| | * | clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard2022-09-151-0/+9
| | * | clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard2022-09-151-0/+16