summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-14gpio: zynq: Check return value of pm_runtime_get_syncSrinivas Neeli
2021-06-14gpio: zynq: use module_platform_driver to simplify the codeSrinivas Neeli
2021-06-11gpio: idt3243x: Fix return value check in idt_gpio_probe()Wei Yongjun
2021-06-07gpio: Add support for IDT 79RC3243x GPIO controllerThomas Bogendoerfer
2021-06-07gpio: regmap: move drvdata to config dataMichael Walle
2021-06-07gpio-dwapb: Drop unused headers and sort the restAndy Shevchenko
2021-06-04gpio: gpio-regmap: Use devm_add_action_or_reset()Matti Vaittinen
2021-06-02gpio: dwapb: Switch to use fwnode_irq_get()Andy Shevchenko
2021-06-02gpio: dwapb: Drop redundant check in dwapb_irq_set_type()Andy Shevchenko
2021-06-02gpio: 104-idio-16: Fix coding style issuesNavin Sankar Velliangiri
2021-05-28gpiolib: Switch to bitmap_alloc()Andy Shevchenko
2021-05-28gpiolib: Split fastpath array to twoAndy Shevchenko
2021-05-25gpio: wm8350: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-25gpio: wm8994: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-25gpio: wm831x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-25gpio: tps65910: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-25gpio: sta2x11: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-25gpio: sprd: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-25gpio: spear-spics: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-25gpio: ath79: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-24gpio: tps65912: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-24gpio: tps65218: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-24gpio: tc3589x: emove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-24gpio: tps6586x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-23gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-23gpio: gpio-tegra186: remove empty remove hookAlexandru Ardelean
2021-05-23gpio: da9052: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-23gpio: xgene: simplify probe, return devm_gpiochip_add_data() directlyAlexandru Ardelean
2021-05-21gpio: tps68470: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-21gpio: bd9571mwv: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-21gpio: altera-a10sr: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-21gpio: adp5520: cleanup probe error path + remove platform_set_drvdata()Alexandru Ardelean
2021-05-21gpio: visconti: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-21gpiolib: Use sysfs_emit() in "show" functionsAndy Shevchenko
2021-05-21gpiolib: Make use of assign_bit() API (part 2)Andy Shevchenko
2021-05-21gpio: da9055: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-21gpio: stmpe: fully use convert probe to device-managedAlexandru Ardelean
2021-05-12gpio: xilinx: No need to disable IRQs in the handlerAndy Shevchenko
2021-05-12gpio: xilinx: Switch to use bitmap APIsAndy Shevchenko
2021-05-12gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()Andy Shevchenko
2021-05-12gpiolib: Drop duplicate offset check in gpiochip_is_requested()Andy Shevchenko
2021-05-12gpio: mockup: Switch to use gpiochip_get_desc()Andy Shevchenko
2021-05-12gpio: logicvc: Remove redundant error printing in logicvc_gpio_probe()Zhen Lei
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds
2021-05-09Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-05-08drm/i915/display: fix compiler warning about array overrunLinus Torvalds
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada