| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-06-18 | pinctrl: spear: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -4/+7 |
| 2024-06-26 | pinctrl: spear: Use scope based of_node_put() cleanups | Peng Fan | 1 | -9/+4 |
| 2023-11-04 | treewide: rename pinctrl_gpio_free_new() | Bartosz Golaszewski | 1 | -2/+2 |
| 2023-11-04 | treewide: rename pinctrl_gpio_request_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | pinctrl: spear: use new pinctrl GPIO helpers | Bartosz Golaszewski | 1 | -5/+3 |
| 2023-07-20 | pinctrl: Explicitly include correct DT includes | Rob Herring | 5 | -5/+5 |
| 2023-06-16 | pinctrl: spear: Remove unused of_gpio.h inclusion | Andy Shevchenko | 1 | -1/+0 |
| 2023-04-20 | pinctrl: plgpio: Convert to immutable irq_chip | Linus Walleij | 1 | -2/+6 |
| 2022-10-24 | pinctrl: spear: Add missing header(s) | Andy Shevchenko | 1 | -2/+4 |
| 2021-12-16 | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -1/+0 |
| 2021-12-05 | pinctrl: spear: plgpio: Introduce regmap phandle | Herve Codina | 1 | -5/+17 |
| 2021-12-05 | pinctrl: spear: plgpio: Convert to regmap | Herve Codina | 1 | -60/+76 |
| 2021-12-05 | pinctrl: spear: spear: Convert to regmap | Herve Codina | 2 | -7/+15 |
| 2021-08-12 | pinctrl: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -2/+1 |
| 2020-12-12 | pinctrl/spear: simplify the return expression of spear300_pinctrl_probe() | Zheng Yongjun | 1 | -7/+1 |
| 2020-09-29 | pinctrl: spear: simplify the return expression of tvc_connect() | Qinglang Miao | 1 | -7/+1 |
| 2020-09-29 | pinctrl: spear: simplify the return expression of spear310_pinctrl_probe | Liu Shixin | 1 | -7/+1 |
| 2019-11-05 | pinctrl: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2 | -6/+2 |
| 2019-09-30 | pinctrl: spear/plgpio: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -26/+21 |
| 2019-08-06 | pinctrl: spear: spear: Add of_node_put() before return | Nishka Dasgupta | 1 | -2/+6 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2018-09-14 | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij | 1 | -1/+1 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+2 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-01-03 | pinctrl: spear: Delete an error message for a failed memory allocation in spe... | Markus Elfring | 1 | -3/+1 |
| 2018-01-03 | pinctrl/spear/plgpio: Delete two error messages for a failed memory allocatio... | Markus Elfring | 1 | -6/+2 |
| 2017-11-16 | Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
| 2017-11-14 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2017-11-09 | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel | Linus Walleij | 1 | -1/+1 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-22 | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij | 1 | -3/+3 |
| 2017-02-13 | pinctrl: spear: make bool drivers explicitly non-modular | Paul Gortmaker | 6 | -66/+1 |
| 2016-04-21 | pinctrl: spear: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 7 | -41/+1 |
| 2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -12/+12 |
| 2016-01-05 | pinctrl: spear-plgpio: use gpiochip data pointer | Linus Walleij | 1 | -11/+11 |
| 2015-12-01 | pinctrl: spear: guard sub-directory with CONFIG_PINCTRL_SPEAR | Masahiro Yamada | 1 | -1/+1 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
| 2015-07-17 | Update Viresh Kumar's email address | Viresh Kumar | 9 | -14/+14 |
| 2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 1 | -2/+2 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -6/+0 |
| 2014-11-20 | Merge Linus' tree to be be to apply submitted patches to newer code than | Jiri Kosina | 8 | -67/+39 |
| 2014-10-29 | treewide: Fix company name in module descriptions | Masanari Iida | 1 | -1/+1 |
| 2014-10-20 | pinctrl: spear: drop owner assignment from platform_drivers | Wolfram Sang | 6 | -6/+0 |
| 2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 1 | -2/+2 |
| 2014-08-29 | pinctrl: Make of_device_id array const | Kiran Padwal | 5 | -5/+5 |
| 2014-07-22 | pinctrl: remove all usage of gpio_remove ret val in driver/pinctl | abdoulaye berthe | 1 | -2/+1 |
| 2014-07-11 | pinctrl: avoid duplicated calling enable_pinmux_setting for a pin | Fan Wu | 1 | -7/+0 |
| 2014-06-19 | pinctrl: spear: switch plgpio to irqchip helpers | Linus Walleij | 2 | -51/+31 |
| 2013-10-08 | pinctrl: remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
| 2013-08-28 | pinctrl: spear: Convert to devm_ioremap_resource | Axel Lin | 1 | -9/+4 |
| 2013-08-23 | pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE | Axel Lin | 1 | -1/+1 |
| 2013-06-18 | pinctrl: spear/plgpio: Staticize spear310_o2p | Sachin Kamat | 1 | -1/+1 |
| 2013-06-16 | drivers/pinctrl/spear: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -6/+1 |
| 2013-05-02 | Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
| 2013-05-02 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2013-04-30 | pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 1 | -3/+3 |
| 2013-03-26 | arm: Move chained_irq_(enter|exit) to a generic file | Catalin Marinas | 1 | -1/+1 |
| 2013-03-07 | pinctrl: Declare operation structures as const | Laurent Pinchart | 1 | -2/+2 |
| 2013-01-22 | pinctrl: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -5/+3 |
| 2013-01-03 | Drivers: pinctrl: remove __dev* attributes. | Greg Kroah-Hartman | 8 | -20/+17 |
| 2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -17/+17 |
| 2012-11-28 | pinctrl: remove use of __devexit | Bill Pemberton | 7 | -7/+7 |
| 2012-11-28 | pinctrl: remove use of __devinitdata | Bill Pemberton | 5 | -5/+5 |
| 2012-11-28 | pinctrl: remove use of __devexit_p | Bill Pemberton | 5 | -5/+5 |
| 2012-11-23 | pinctrl: SPEAr: Update error check for unsigned variables | Tushar Behera | 1 | -1/+1 |
| 2012-11-15 | Pinctrl/spear: plgpio: don't call prepare/unprepare | Viresh Kumar | 1 | -4/+15 |
| 2012-11-15 | pinctrl: plgpio: Call clk_disable_unprepare only if clk_prepare_enable is called | Axel Lin | 1 | -1/+2 |
| 2012-11-15 | pinctrl: spear: Make get_gpio_pingroup return NULL when no gpio_pingroup found | Axel Lin | 1 | -3/+3 |
| 2012-11-15 | pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addr | Axel Lin | 1 | -3/+3 |
| 2012-11-13 | pinctrl: spear: Staticize non-exported symbols | Axel Lin | 1 | -5/+7 |
| 2012-11-11 | pinctrl: SPEAr: Add SoC specific gpio configuration routines | Shiraz Hashim | 3 | -14/+53 |
| 2012-11-11 | pinctrl: SPEAr: Add gpio ranges support | Viresh Kumar | 8 | -17/+447 |
| 2012-11-11 | pinctrl: SPEAr: Add plgpio driver | Viresh Kumar | 3 | -0/+754 |
| 2012-11-05 | pinctrl: SPEAr1340: Add clcd sleep mode pin configuration | Vipul Kumar Samar | 1 | -1/+38 |
| 2012-11-05 | pinctrl: SPEAr1340: Make DDR reset & clock pads as gpio | Deepak Sikri | 1 | -1/+1 |
| 2012-11-05 | pinctrl: SPEAr1310: add register entries for enabling pad direction | Shiraz Hashim | 1 | -0/+266 |
| 2012-11-05 | pinctrl: SPEAr1310: Separate out pci pins from pcie_sata pin group | Vipul Kumar Samar | 1 | -42/+51 |
| 2012-11-05 | pinctrl: SPEAr1310: Fix value of PERIP_CFG reigster and MCIF_SEL_SHIFT | Vipul Kumar Samar | 1 | -2/+2 |
| 2012-11-05 | pinctrl: SPEAr1310: fix clcd high resolution pin group name | Shiraz Hashim | 1 | -1/+1 |
| 2012-11-05 | pinctrl: SPEAr320: Correct pad mux entries for rmii/smii | Deepak Sikri | 1 | -2/+2 |
| 2012-11-05 | pinctrl: SPEAr3xx: correct register space to configure pwm | Shiraz Hashim | 2 | -0/+5 |
| 2012-11-05 | pinctrl: SPEAr: Don't update all non muxreg bits on pinctrl_disable | Viresh Kumar | 1 | -1/+1 |
| 2012-07-03 | pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctl | Devendra Naga | 1 | -2/+2 |
| 2012-06-20 | Viresh has moved | Viresh Kumar | 9 | -14/+14 |
| 2012-05-14 | pinctrl: SPEAr1310: Fix pin numbers for clcd_high_res | Viresh Kumar | 1 | -1/+1 |
| 2012-05-14 | pinctrl: Add SPEAr13xx pinctrl drivers | Viresh Kumar | 5 | -0/+4345 |
| 2012-05-14 | pinctrl: SPEAr: Create macro for declaring GPIO PINS | Viresh Kumar | 2 | -102/+106 |
| 2012-04-22 | pinctrl: Add SPEAr3xx pinctrl drivers | Viresh Kumar | 7 | -0/+5311 |
| 2012-04-22 | pinctrl: Add SPEAr pinctrl drivers | Viresh Kumar | 4 | -0/+513 |