index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
sh-pfc
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-16
pinctrl: sh-pfc: Remove obsolete r8a7740 platform_device_id entry
Geert Uytterhoeven
1
-3
/
+0
2015-07-16
pinctrl: sh-pfc: Remove obsolete sh73a0 platform_device_id entry
Geert Uytterhoeven
1
-3
/
+0
2015-07-16
pinctrl: sh-pfc: Convert to platform_get_*()
Geert Uytterhoeven
1
-25
/
+21
2015-06-16
pinctrl: sh-pfc: add R8A7794 PFC support
Hisashi Nakamura
1
-0
/
+6
2015-05-12
pinctrl: sh-pfc: Add r8a7793 support
Ulrich Hecht
1
-0
/
+6
2015-05-12
pinctrl: sh-pfc: Remove r8a73a4 platform_device_id entry
Geert Uytterhoeven
1
-3
/
+0
2015-03-18
pinctrl: sh-pfc: Remove r8a7790 platform_device_id entry
Geert Uytterhoeven
1
-3
/
+0
2015-03-18
pinctrl: sh-pfc: Remove emev2 platform_device_id entry
Geert Uytterhoeven
1
-3
/
+0
2015-03-18
pinctrl: sh-pfc: Use u32 to store register addresses
Geert Uytterhoeven
1
-3
/
+3
2015-03-18
pinctrl: sh-pfc: Use unsigned int for register/field widths and offsets
Geert Uytterhoeven
1
-30
/
+29
2015-03-18
pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned long
Geert Uytterhoeven
1
-1
/
+1
2015-03-18
pinctrl: sh-pfc: Use u32 to store register data
Geert Uytterhoeven
1
-12
/
+13
2015-03-09
pinctrl: sh-pfc: Remove r8a7791 platform_device_id entry
Laurent Pinchart
1
-3
/
+0
2015-01-29
pinctrl: sh-pfc: sh7372: Remove PFC support
Magnus Damm
1
-9
/
+0
2015-01-27
sh-pfc: Add emev2 pinmux support
Niklas Söderlund
1
-0
/
+9
2014-10-20
pinctrl: sh-pfc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-23
pinctrl: sh-pfc: sh73a0: Remove unnecessary SoC data allocation
Laurent Pinchart
1
-9
/
+1
2013-12-13
sh-pfc: Support GPIO to IRQ mapping specified IRQ resources
Laurent Pinchart
1
-16
/
+53
2013-12-13
sh-pfc: Rename sh_pfc window field to windows
Laurent Pinchart
1
-9
/
+10
2013-12-13
sh-pfc: Turn unsigned indices into unsigned int
Laurent Pinchart
1
-4
/
+4
2013-10-27
pinctrl: sh-pfc: r8a7791 PFC support
Hisashi Nakamura
1
-0
/
+9
2013-08-28
pinctrl: sh-pfc: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-07-29
sh-pfc: Support pins not associated with a GPIO port
Laurent Pinchart
1
-7
/
+15
2013-07-29
sh-pfc: Compute pin ranges automatically
Laurent Pinchart
1
-8
/
+62
2013-07-29
sh-pfc: Replace pinmux_enum_id typedef with u16
Laurent Pinchart
1
-7
/
+6
2013-07-29
sh-pfc: Remove unused input_pd and input_pu ranges
Laurent Pinchart
1
-8
/
+0
2013-07-03
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+63
2013-06-18
sh-pfc: Add DT support
Laurent Pinchart
1
-1
/
+63
2013-06-18
sh-pfc: Remove support for platform data
Laurent Pinchart
1
-2
/
+1
2013-06-05
sh-pfc: Add support for SoC-specific initialization
Laurent Pinchart
1
-1
/
+15
2013-06-04
sh-pfc: Add r8a7778 pinmux support
Kuninori Morimoto
1
-0
/
+3
2013-06-04
sh-pfc: Initial r8a7790 PFC support
Koji Matsuoka
1
-0
/
+3
2013-04-03
sh-pfc: Add r8a73a4 pinmux support
Magnus Damm
1
-0
/
+3
2013-04-03
sh-pfc: Configure pins as GPIOs at request time when handled externally
Laurent Pinchart
1
-21
/
+16
2013-04-02
sh-pfc: Fix compiler warning when BUG()
Laurent Pinchart
1
-0
/
+1
2013-03-15
sh-pfc: Convert message printing from pr_* to dev_*
Laurent Pinchart
1
-7
/
+7
2013-03-15
sh-pfc: Use proper error codes
Laurent Pinchart
1
-9
/
+10
2013-03-15
sh-pfc: Constify all SoC data
Laurent Pinchart
1
-9
/
+10
2013-03-15
sh-pfc: Remove configuration dry-run and free
Laurent Pinchart
1
-43
/
+7
2013-03-15
sh-pfc: Don't modify sh_pfc_pin SoC data
Laurent Pinchart
1
-10
/
+4
2013-03-15
sh-pfc: Drop unused support for 1:1 physical to virtual memory mappings
Laurent Pinchart
1
-9
/
+6
2013-03-15
sh-pfc: Don't map data registers individually
Laurent Pinchart
1
-1
/
+2
2013-03-15
sh-pfc: Move GPIO registers access functions to gpio.c
Laurent Pinchart
1
-105
/
+5
2013-03-15
sh-pfc: Add support for sparse pin numbers
Laurent Pinchart
1
-1
/
+18
2013-03-15
sh-pfc: Add function to retrieve a pin instance from its pin number
Laurent Pinchart
1
-1
/
+6
2013-03-15
sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic
Laurent Pinchart
1
-20
/
+9
2013-03-15
sh-pfc: Use pinmux identifiers in the pin muxing API
Laurent Pinchart
1
-25
/
+7
2013-03-15
sh-pfc: Look up IRQ table entries by GPIO number
Laurent Pinchart
1
-2
/
+2
2013-03-15
sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin
Laurent Pinchart
1
-2
/
+2
2013-03-15
sh-pfc: Split pins and functions into separate gpio_chip instances
Laurent Pinchart
1
-1
/
+1
[next]