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
/
pinctrl-nomadik.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-04
Drivers: pinctrl: remove __dev* attributes.
Greg Kroah-Hartman
1
-2
/
+2
2012-12-13
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
1
-2
/
+1
2012-11-15
pinctrl: nomadik: Staticize non-exported symbols
Axel Lin
1
-14
/
+12
2012-11-15
pinctrl: nomadik: Prevent NULL dereference if of_match_device returns NULL
Axel Lin
1
-3
/
+8
2012-11-09
pinctrl/nomadik: make independent of prcmu driver
Jonas Aaberg
1
-20
/
+39
2012-11-05
pinctrl: nomadik: Add terminating entry for platform_device_id table
Axel Lin
1
-0
/
+1
2012-11-05
ARM: plat-nomadik: convert platforms to SPARSE_IRQ
Linus Walleij
1
-2
/
+1
2012-11-05
pinctrl/nomadik: merge old pincfg header
Linus Walleij
1
-3
/
+1
2012-11-05
pinctrl/nomadik: move the platform data header
Linus Walleij
1
-1
/
+1
2012-10-29
pinctrl/nomadik: debugfs display of other alternate-C functions
Jean-Nicolas Graux
1
-4
/
+41
2012-10-29
pinctrl/nomadik: merge old pincfg header
Linus Walleij
1
-3
/
+1
2012-10-29
pinctrl/nomadik: move the platform data header
Linus Walleij
1
-1
/
+1
2012-10-29
ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.h
Patrice Chotard
1
-2
/
+0
2012-10-29
pinctrl/nomadik: allow to support several ranges per GPIO bank
Patrice Chotard
1
-2
/
+2
2012-10-23
pinctrl/nomadik: pass DT node to the irqdomain
Linus Walleij
1
-1
/
+1
2012-10-23
pinctrl/nomadik: use zero as default irq_start
Linus Walleij
1
-1
/
+1
2012-10-23
pinctrl/nomadik: use irq_create_mapping()
Linus Walleij
1
-1
/
+1
2012-10-15
pinctrl/nomadik: always use the simple irqdomain
Linus Walleij
1
-10
/
+3
2012-10-15
pinctrl/nomadik: provide stubs for legacy Nomadik
Linus Walleij
1
-0
/
+13
2012-10-10
pinctrl/nomadik: use simple or linear IRQ domain
Linus Walleij
1
-3
/
+13
2012-10-10
pinctrl/nomadik: support other alternate-C functions
Jean-Nicolas Graux
1
-2
/
+99
2012-09-28
pinctrl/nomadik: use irq_find_mapping()
Linus Walleij
1
-3
/
+1
2012-09-03
pinctrl/nomadik: MASK_ON_SUSPEND
Etienne Carriere
1
-0
/
+1
2012-09-03
pinctrl/nomadik: add STn8815 ASIC support
Linus Walleij
1
-0
/
+2
2012-09-03
pinctrl/nomadik: add ASIC DB8450 pinctrl driver
Patrice Chotard
1
-0
/
+3
2012-08-17
pinctrl/nomadik: fix null in irqdomain errorpath
Linus Walleij
1
-1
/
+1
2012-08-07
drivers/pinctrl/pinctrl-nomadik.c: drop devm_kfree of devm_kzalloc'd data
Julia Lawall
1
-1
/
+0
2012-07-25
Merge tag 'pinctrl-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+10
2012-07-13
pinctrl: pinctrl-nomadik: Append sleepmode property with vendor specific pref...
Lee Jones
1
-1
/
+1
2012-07-04
pinctrl/nomadik: kerneldoc fix
Linus Walleij
1
-1
/
+1
2012-07-04
pinctrl/nomadik: use devm_* allocators for gpio probe
Linus Walleij
1
-26
/
+9
2012-06-17
pinctrl/nomadik: document Alt-C glitch
Linus Walleij
1
-1
/
+21
2012-06-12
pinctrl: nomadik: fix up typo
Linus Walleij
1
-1
/
+1
2012-06-12
pinctrl: nomadik: add clk_prepare() call
Linus Walleij
1
-0
/
+1
2012-06-01
pinctrl-nomadik: Allow Device Tree driver probing
Lee Jones
1
-1
/
+19
2012-05-11
pinctrl/nomadik: implement pin configuration
Linus Walleij
1
-0
/
+113
2012-05-11
pinctrl/nomadik: implement pin multiplexing
Linus Walleij
1
-0
/
+204
2012-05-11
pinctrl/nomadik: reuse GPIO debug function for pins
Linus Walleij
1
-1
/
+27
2012-05-11
pinctrl/nomadik: break out single GPIO debug function
Linus Walleij
1
-48
/
+57
2012-05-11
pinctrl/nomadik: basic Nomadik pinctrl interface
Linus Walleij
1
-1
/
+121
2012-05-11
pinctrl/nomadik: !CONFIG_OF build error
Arnd Bergmann
1
-0
/
+2
2012-05-11
gpio: move the Nomadik GPIO driver to pinctrl
Linus Walleij
1
-0
/
+1306