summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | mfd: rn5t618: Convert to use maple tree register cacheBo Liu2024-02-231-1/+1
| * | mfd: rk8xx: Convert to use maple tree register cacheBo Liu2024-02-231-1/+1
| * | mfd: rohm: Convert to use maple tree register cacheBo Liu2024-02-233-4/+4
| * | mfd: wolfson: Convert to use maple tree register cacheBo Liu2024-02-235-7/+7
| * | mfd: lochnagar-i2c: Convert to use maple tree register cacheBo Liu2024-02-231-2/+2
| * | mfd: khadas-mcu: Convert to use maple tree register cacheBo Liu2024-02-231-1/+1
| * | mfd: dialog: Convert to use maple tree register cacheBo Liu2024-02-235-6/+6
| * | mfd: bd9571mwv: Convert to use maple tree register cacheBo Liu2024-02-231-2/+2
| * | mfd: bcm590xx: Convert to use maple tree register cacheBo Liu2024-02-231-2/+2
| * | mfd: axp20x: Convert to use maple tree register cacheBo Liu2024-02-231-2/+2
| * | mfd: as3722: Convert to use maple tree register cacheBo Liu2024-02-231-1/+1
| * | mfd: as3711: Convert to use maple tree register cacheBo Liu2024-02-231-1/+1
| * | mfd: ac100: Convert to use maple tree register cacheBo Liu2024-02-231-1/+1
| * | mfd: mcp-core: Make mcp_bus_type constRicardo B. Marliere2024-02-231-1/+1
| * | spi: cs42l43: Tidy up header includesCharles Keepax2024-02-231-0/+2
| * | mfd: cs42l43: Handle error from devm_pm_runtime_enable()Charles Keepax2024-02-231-1/+3
| * | mfd: cs42l43: Add some missing dev_err_probe()sCharles Keepax2024-02-232-12/+6
| * | mfd: cs42l43: Add time postfixes on definesCharles Keepax2024-02-231-18/+18
| * | mfd: cs42l43: Use __u8 type rather than u8 for firmware interfaceCharles Keepax2024-02-231-2/+2
| * | mfd: cs42l43: Tidy up header includesCharles Keepax2024-02-234-7/+23
| * | mfd: wm831x: Remove redundant forever while loopMaciej Strozek2024-02-231-25/+18
| * | mfd: rave-sp: Avoid unnecessary use of comma operatorSimon Horman2024-02-231-1/+1
| * | mfd: cros_ec: Register EC-based watchdog subdeviceLukasz Majczak2024-02-231-0/+9
| * | mfd: omap-usb-host: Increase size of buffer to include all possible valuesLee Jones2024-02-231-1/+1
| * | mfd: lpc_ich: Use ALIGN_DOWN() to obtain the start of the SPI base rangeIlpo Järvinen2024-02-231-1/+2
| * | mfd: intel-lpss: Introduce QUIRK_CLOCK_DIVIDER_UNITY for XPS 9530Aleksandrs Vinarskis2024-02-233-0/+17
| * | mfd: intel-lpss: Switch to generalized quirk tableAleksandrs Vinarskis2024-02-233-10/+24
| * | watchdog: Add ChromeOS EC-based watchdog driverLukasz Majczak2024-02-013-0/+216
| |/
* | Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-03-1432-1114/+6804
|\ \
| * | drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann2024-03-121-8/+0
| * | gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()Dan Carpenter2024-03-121-1/+5
| * | pinctrl: aw9523: Make the driver tristateLinus Walleij2024-03-071-1/+1
| * | Merge branch 'ib-nomadik-gpio' into develLinus Walleij2024-03-078-1000/+896
| |\ \
| | * | pinctrl: nomadik: fix dereference of error pointerThéo Lebrun2024-03-061-2/+3
| | * | gpio: nomadik: Back out some managed resourcesLinus Walleij2024-03-061-11/+24
| | * | gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko2024-03-033-21/+18
| | * | gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIOThéo Lebrun2024-03-012-1/+2
| | * | gpio: nomadik: grab optional reset control and deassert it at probeThéo Lebrun2024-02-291-0/+21
| | * | gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun2024-02-293-8/+41
| | * | gpio: nomadik: handle variadic GPIO countThéo Lebrun2024-02-291-2/+7
| | * | gpio: nomadik: support shared GPIO IRQsThéo Lebrun2024-02-291-32/+36
| | * | gpio: nomadik: change driver name from gpio to nomadik-gpioThéo Lebrun2024-02-291-1/+1
| | * | gpio: nomadik: make clock optionalThéo Lebrun2024-02-291-1/+1
| | * | gpio: nomadik: request dynamic ID allocationThéo Lebrun2024-02-292-19/+37
| | * | gpio: nomadik: use devres version of clk_get*()Théo Lebrun2024-02-291-1/+1
| | * | gpio: nomadik: use devm_platform_ioremap_resource() helperThéo Lebrun2024-02-291-3/+1
| | * | gpio: nomadik: replace of_property_read_*() by device_property_read_*()Théo Lebrun2024-02-291-2/+2
| | * | gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()Théo Lebrun2024-02-291-5/+8
| | * | gpio: nomadik: add #include <linux/slab.h>Théo Lebrun2024-02-291-0/+1
| | * | pinctrl: nomadik: follow conditional kernel coding conventionsThéo Lebrun2024-02-291-8/+8