aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2021-06-02gpio: dwapb: Switch to use fwnode_irq_get()Andy Shevchenko1-8/+4
2021-06-02gpio: dwapb: Drop redundant check in dwapb_irq_set_type()Andy Shevchenko1-3/+0
2021-06-02gpio: 104-idio-16: Fix coding style issuesNavin Sankar Velliangiri1-10/+13
2021-05-28gpiolib: Switch to bitmap_alloc()Andy Shevchenko1-11/+25
2021-05-28gpiolib: Split fastpath array to twoAndy Shevchenko1-9/+15
2021-05-27gpio: wcd934x: Fix shift-out-of-bounds errorSrinivas Kandagatla1-1/+1
2021-05-25gpio: wm8350: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1
2021-05-25gpio: wm8994: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-12/+1
2021-05-25gpio: wm831x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1
2021-05-25gpio: tps65910: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-10/+2
2021-05-25gpio: sta2x11: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-9/+1
2021-05-25gpio: sprd: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-9/+1
2021-05-25gpio: spear-spics: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1
2021-05-25gpio: ath79: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-8/+1
2021-05-24gpio: tps65912: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1
2021-05-24gpio: tps65218: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+2
2021-05-24gpio: tc3589x: emove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-10/+1
2021-05-24gpio: tps6586x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+2
2021-05-23gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-7/+1
2021-05-23gpio: gpio-tegra186: remove empty remove hookAlexandru Ardelean1-6/+0
2021-05-23gpio: da9052: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-10/+1
2021-05-23gpio: xgene: simplify probe, return devm_gpiochip_add_data() directlyAlexandru Ardelean1-10/+1
2021-05-21gpio: tps68470: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1
2021-05-21gpio: bd9571mwv: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-10/+1
2021-05-21gpio: altera-a10sr: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-10/+1
2021-05-21gpio: adp5520: cleanup probe error path + remove platform_set_drvdata()Alexandru Ardelean1-14/+4
2021-05-21gpio: visconti: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-9/+1
2021-05-21gpiolib: Use sysfs_emit() in "show" functionsAndy Shevchenko1-17/+12
2021-05-21gpiolib: Make use of assign_bit() API (part 2)Andy Shevchenko1-4/+1
2021-05-21gpio: da9055: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-10/+1
2021-05-21gpio: stmpe: fully use convert probe to device-managedAlexandru Ardelean1-19/+13
2021-05-20gpio: wcove: Split error handling for CTRL and IRQ registersAndy Shevchenko1-3/+7
2021-05-20gpio: wcove: Unify style of to_reg() with to_ireg()Andy Shevchenko1-8/+3
2021-05-20gpio: wcove: Use IRQ hardware number getter instead of direct accessAndy Shevchenko1-9/+9
2021-05-19mfd: lp87565: Fix typo in define namesLuca Ceresoli1-3/+3
2021-05-17gpio: crystalcove: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-9/+1
2021-05-12gpio: tegra186: Don't set parent IRQ affinityJon Hunter1-11/+0
2021-05-12gpio: xilinx: Correct kernel doc for xgpio_probe()Andy Shevchenko1-1/+1
2021-05-12gpio: xilinx: No need to disable IRQs in the handlerAndy Shevchenko1-3/+2
2021-05-12gpio: xilinx: Switch to use bitmap APIsAndy Shevchenko1-178/+178
2021-05-12gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()Andy Shevchenko1-31/+37
2021-05-12gpiolib: Drop duplicate offset check in gpiochip_is_requested()Andy Shevchenko1-3/+0
2021-05-12gpio: mockup: Switch to use gpiochip_get_desc()Andy Shevchenko1-6/+3
2021-05-12gpio: logicvc: Remove redundant error printing in logicvc_gpio_probe()Zhen Lei1-3/+1
2021-05-12gpio: cadence: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds16-152/+654
2021-05-05gpio: mxs: remove useless functionJiapeng Chong1-5/+0
2021-05-05gpio: it87: remove unused codeJiapeng Chong1-8/+0
2021-05-05gpio: 104-dio-48e: Fix coding style issuesBarney Goette1-25/+25
2021-05-05gpio: mpc8xxx: Add ACPI supportRan Wang1-14/+33