index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Lines
2020-01-08
pinctrl: sh-pfc: Split R-Car H3 support in two independent drivers
Geert Uytterhoeven
-59
/
+81
2020-01-07
pinctrl: artpec6: fix __iomem on reg in set
Ben Dooks (Codethink)
-1
/
+1
2020-01-07
pinctrl: ingenic: Use devm_platform_ioremap_resource()
Paul Cercueil
-2
/
+1
2020-01-07
pinctrl: ingenic: Factorize irq_set_type function
Paul Cercueil
-40
/
+24
2020-01-07
pinctrl: ingenic: Remove duplicated ingenic_chip_info structures
Paul Cercueil
-28
/
+2
2020-01-07
pinctrl: ingenic: Put ingenic_chip_info pointer in match data
Paul Cercueil
-57
/
+45
2020-01-07
pinctrl: ingenic: Remove platform ID table
Paul Cercueil
-24
/
+2
2020-01-07
pinctrl: meson: meson8b: add the GPIOH pinmux settings for ETH_RXD{2,3}
Martin Blumenstingl
-1
/
+6
2020-01-07
pinctrl: nuvoton: npcm7xx: constify copied structure
Julia Lawall
-1
/
+1
2020-01-07
pinctrl: qcom: ssbi-gpio: constify copied structure
Julia Lawall
-1
/
+1
2020-01-07
pinctrl: ssbi-mpp: constify copied structure
Julia Lawall
-1
/
+1
2020-01-07
pinctrl: meson: Fix wrong shift value when get drive-strength
Qianggui Song
-0
/
+1
2020-01-07
pinctrl: lochnagar: select GPIOLIB
Arnd Bergmann
-0
/
+1
2020-01-07
pinctrl: armada-37xx: Remove unneeded semicolon
Ma Feng
-2
/
+2
2020-01-07
pinctrl: qcom: make 'm_voc_groups' static
Ben Dooks (Codethink)
-1
/
+1
2020-01-07
pinctrl: sunxi: sun50i-h5 use platform_irq_count
Peng Fan
-2
/
+11
2020-01-07
pinctrl: actions: remove duplicate dsi entry
Ben Dooks (Codethink)
-1
/
+0
2020-01-07
pinctrl: tegra: fix missing __iomem in suspend/resume
Ben Dooks (Codethink)
-2
/
+2
2020-01-06
pinctrl: Ingenic: Add pinctrl driver for X1830.
周琰杰 (Zhou Yanjie)
-15
/
+265
2020-01-06
pinctrl: Ingenic: Introduce reg_offset and use it instead hard code.
周琰杰 (Zhou Yanjie)
-4
/
+14
2020-01-06
pinctrl: Ingenic: Add missing parts for X1000 and X1500.
周琰杰 (Zhou Yanjie)
-0
/
+64
2020-01-06
pinctrl: Ingenic: Fix bugs in X1000 and X1500.
周琰杰 (Zhou Yanjie)
-47
/
+47
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
-4
/
+4
2019-12-31
pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs
Geert Uytterhoeven
-12
/
+27
2019-12-31
pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
Geert Uytterhoeven
-5
/
+4
2019-12-31
pinctrl: sh-pfc: sh7264: Fix Port K I/O Register 0 definition
Geert Uytterhoeven
-12
/
+12
2019-12-31
pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
Geert Uytterhoeven
-2
/
+2
2019-12-30
Merge branch 'ib-pinctrl-unreg-mappings' into devel
Linus Walleij
-31
/
+18
2019-12-30
pinctrl: Allow modules to use pinctrl_[un]register_mappings
Hans de Goede
-31
/
+18
2019-12-29
Merge tag 'v5.5-rc3' into devel
Linus Walleij
-152
/
+184
2019-12-20
pinctrl: rza1: Reduce printed messages
Chris Brandt
-2
/
+2
2019-12-20
pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias control
Geert Uytterhoeven
-3
/
+3
2019-12-16
pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT config
Paul Cercueil
-2
/
+2
2019-12-16
pinctrl: iproc: Set irq handler based on trig type
Hamish Martin
-1
/
+7
2019-12-16
pinctrl: qcom: sc7180: Add new qup functions
Rajendra Nayak
-20
/
+40
2019-12-16
pinctrl: qcom: sc7180: Add GPIO wakeup interrupt map
Maulik Shah
-0
/
+18
2019-12-16
Merge branch 'ib-pinctrl-default-state' into devel
Linus Walleij
-14
/
+19
2019-12-15
pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xx
Krzysztof Kozlowski
-2
/
+4
2019-12-13
pinctrl: lynxpoint: Update summary in the driver
Andy Shevchenko
-4
/
+6
2019-12-13
pinctrl: lynxpoint: Switch to pin control API
Andy Shevchenko
-57
/
+13
2019-12-13
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
-0
/
+14
2019-12-13
pinctrl: lynxpoint: Implement ->pin_dbg_show()
Andy Shevchenko
-0
/
+23
2019-12-13
pinctrl: lynxpoint: Add pin control operations
Andy Shevchenko
-1
/
+314
2019-12-13
pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
Andy Shevchenko
-24
/
+60
2019-12-13
pinctrl: lynxpoint: Add pin control data structures
Andy Shevchenko
-2
/
+124
2019-12-13
pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
Andy Shevchenko
-0
/
+11
2019-12-13
pinctrl: lynxpoint: Implement ->irq_ack() callback
Andy Shevchenko
-3
/
+14
2019-12-13
pinctrl: lynxpoint: Move ownership check to IRQ chip
Andy Shevchenko
-6
/
+6
2019-12-13
pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routines
Andy Shevchenko
-44
/
+44
2019-12-13
pinctrl: lynxpoint: Move ->remove closer to ->probe()
Andy Shevchenko
-6
/
+6
[prev]
[next]