index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
pinctrl: merrifield: Update pin names in accordance with official list
Andy Shevchenko
1
-23
/
+23
2020-06-22
pinctrl: sh-pfc: r8a77970: Add RPC pins, groups, and functions
Sergei Shtylyov
1
-0
/
+76
2020-06-22
pinctrl: sh-pfc: r8a77980: Add RPC pins, groups, and functions
Sergei Shtylyov
1
-0
/
+76
2020-06-22
pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)
Hans de Goede
1
-14
/
+53
2020-06-22
pinctrl: baytrail: Drop no-op ACPI_PTR() call
Andy Shevchenko
1
-2
/
+1
2020-06-22
pinctrl: lynxpoint: Drop no-op ACPI_PTR() call
Andy Shevchenko
1
-1
/
+1
2020-06-22
pinctrl: lynxpoint: Introduce helpers to enable or disable input
Andy Shevchenko
1
-7
/
+14
2020-06-22
pinctrl: lynxpoint: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-5
/
+6
2020-06-22
pinctrl: intel: Make use of for_each_requested_gpio_in_range()
Andy Shevchenko
1
-15
/
+6
2020-06-22
pinctrl: intel: Protect IO in few call backs by lock
Andy Shevchenko
1
-1
/
+15
2020-06-22
pinctrl: intel: Split intel_config_get() to three functions
Andy Shevchenko
1
-28
/
+61
2020-06-22
pinctrl: intel: Drop the only label in the code for consistency
Andy Shevchenko
1
-5
/
+3
2020-06-22
pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()
Andy Shevchenko
1
-5
/
+5
2020-06-22
pinctrl: intel: Make use of IRQ_RETVAL()
Andy Shevchenko
1
-10
/
+10
2020-06-22
pinctrl: intel: Reduce scope of the lock
Andy Shevchenko
1
-7
/
+7
2020-06-22
pinctrl: intel: Disable input and output buffer when switching to GPIO
Andy Shevchenko
1
-1
/
+13
2020-06-22
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)
Andy Shevchenko
1
-129
/
+137
2020-06-22
pinctrl: intel: Allow drivers to define ACPI address space ID
Andy Shevchenko
1
-0
/
+2
2020-06-22
pinctrl: intel: Allow drivers to define total amount of IRQs per community
Andy Shevchenko
1
-0
/
+2
2020-06-22
pinctrl: cherryview: Convert chv_writel() to use chv_padreg()
Andy Shevchenko
1
-32
/
+16
2020-06-22
pinctrl: cherryview: Introduce helpers to IO with common registers
Andy Shevchenko
1
-13
/
+26
2020-06-22
pinctrl: cherryview: Introduce chv_readl() helper
Andy Shevchenko
1
-35
/
+36
2020-06-22
pinctrl: amd: fix npins for uart0 in kerncz_groups
Jacky Hu
1
-1
/
+1
2020-06-20
Merge branch 'ib-for-each-requested' of /home/linus/linux-gpio into devel
Linus Walleij
1
-5
/
+2
2020-06-20
pinctrl: at91: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-5
/
+2
2020-06-20
pinctrl: stm32: add possibility to configure pins individually
Alexandre Torgue
1
-2
/
+21
2020-06-20
pinctrl: stm32: return proper error code in pin_config_set
Alexandre Torgue
1
-1
/
+1
2020-06-20
pinctrl: stm32: defer probe if reset resource is not yet ready
Etienne Carriere
1
-4
/
+8
2020-06-20
pinctrl: stm32: don't print an error on probe deferral during clock get
Etienne Carriere
1
-6
/
+17
2020-06-20
pinctrl: ingenic: Add ingenic,jz4725b-gpio compatible string
Paul Cercueil
1
-0
/
+1
2020-06-20
pinctrl: single: fix function name in documentation
Drew Fustini
1
-1
/
+1
2020-06-20
pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
Sivaprakash Murugesan
1
-1
/
+2
2020-06-20
Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'"
Haibo Chen
1
-4
/
+3
2020-06-16
pinctrl-single: fix pcs_parse_pinconf() return value
Drew Fustini
1
-4
/
+7
2020-06-16
pinctrl: ingenic: Add NAND FRE/FWE pins for JZ4740
Paul Cercueil
1
-1
/
+4
2020-06-16
pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warnings
kernel test robot
1
-4
/
+1
2020-06-16
pinctrl: tegra: Use noirq suspend/resume callbacks
Vidya Sagar
1
-2
/
+2
2020-06-16
pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage
Dmitry Baryshkov
1
-11
/
+10
2020-06-07
Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
61
-1288
/
+3343
2020-06-04
pinctrl: sprd: Fix the incorrect pull-up definition
Baolin Wang
1
-2
/
+2
2020-06-04
pinctrl: pxa: pxa2xx: Remove 'pxa2xx_pinctrl_exit()' which is unused and broken
Christophe JAILLET
1
-9
/
+0
2020-06-03
pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'
Christophe JAILLET
1
-3
/
+4
2020-06-03
pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()'
Christophe JAILLET
1
-17
/
+2
2020-06-03
pinctrl: sirf: add missing put_device() call in sirfsoc_gpio_probe()
yu kuai
1
-6
/
+14
2020-06-03
pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()'
Christophe JAILLET
1
-1
/
+0
2020-06-03
pinctrl: bcm2835: Add support for wake-up interrupts
Florian Fainelli
1
-1
/
+75
2020-06-03
pinctrl: bcm2835: Match BCM7211 compatible string
Florian Fainelli
1
-0
/
+4
2020-05-25
pinctrl: at91-pio4: Add COMPILE_TEST support
Tiezhu Yang
1
-1
/
+1
2020-05-25
pinctrl: Fix return value about devm_platform_ioremap_resource()
Tiezhu Yang
2
-2
/
+2
2020-05-25
Merge tag 'sh-pfc-for-v5.8-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
Linus Walleij
6
-353
/
+405
[prev]
[next]