index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl/nomadik: implement pin multiplexing
Linus Walleij
2012-05-11
4
-2
/
+353
*
pinctrl/nomadik: reuse GPIO debug function for pins
Linus Walleij
2012-05-11
1
-1
/
+27
*
pinctrl/nomadik: break out single GPIO debug function
Linus Walleij
2012-05-11
1
-48
/
+57
*
pinctrl/nomadik: basic Nomadik pinctrl interface
Linus Walleij
2012-05-11
8
-2
/
+935
*
pinctrl/nomadik: !CONFIG_OF build error
Arnd Bergmann
2012-05-11
1
-0
/
+2
*
gpio: move the Nomadik GPIO driver to pinctrl
Linus Walleij
2012-05-11
3
-1
/
+1
*
Merge tag 'pinctrl-mergebase-20120418' into HEAD
Linus Walleij
2012-05-11
27
-188
/
+1350
|
\
|
*
pinctrl: show pin name for pingroups in sysfs
Dong Aisheng
2012-04-18
2
-4
/
+29
|
*
pinctrl: show pin name when request pins
Dong Aisheng
2012-04-18
1
-2
/
+3
|
*
pinctrl: implement devm_pinctrl_get()/put()
Stephen Warren
2012-04-18
4
-19
/
+133
|
*
pinctrl: a minor fix of pin config debug information
Dong Aisheng
2012-04-18
1
-2
/
+2
|
*
pinctrl: pinconf: fix compilation error if PINCONF is not selected
Viresh Kumar
2012-04-18
1
-1
/
+1
|
*
pinctrl: allow pctldevs to decode pin config in debugfs
Stephen Warren
2012-04-18
2
-4
/
+32
|
*
pinctrl: ifdef CONFIG_DEBUG_FS cleanup
Stephen Warren
2012-04-18
2
-11
/
+24
|
*
pinctrl: mark non-EXPERIMENTAL
Linus Walleij
2012-04-18
1
-1
/
+0
|
*
pinctrl: tegra: Add complete device tree support
Stephen Warren
2012-04-18
1
-0
/
+205
|
*
dt: Document Tegra20/30 pinctrl binding
Stephen Warren
2012-04-18
2
-2
/
+261
|
*
dt: Move Tegra20 pin mux binding into new pinctrl directory
Stephen Warren
2012-04-18
1
-0
/
+0
|
*
dt: pinctrl: Document device tree binding
Stephen Warren
2012-04-18
1
-0
/
+128
|
*
dt: add property iteration helpers
Stephen Warren
2012-04-18
2
-0
/
+76
|
*
pinctrl: implement pinctrl deferred probing
Linus Walleij
2012-04-18
3
-6
/
+14
|
*
pinctrl: add some error checking for user interfaces
Dong Aisheng
2012-04-18
2
-2
/
+17
|
*
pinctrl: fix pinmux_check_ops error checking
Dong Aisheng
2012-04-18
1
-3
/
+5
|
*
pinctrl: replace list_*() with get_*_count()
Viresh Kumar
2012-04-18
10
-115
/
+63
|
*
pinctrl: mark const init data with __initconst instead of __initdata
Uwe Kleine-König
2012-04-18
2
-3
/
+3
|
*
Documentation: pinctrl: add missing spi0_0 grp in example
Viresh Kumar
2012-04-18
1
-1
/
+1
|
*
pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRL
Stephen Warren
2012-04-18
1
-1
/
+3
|
*
pinctrl: core device tree mapping table parsing support
Stephen Warren
2012-04-18
6
-18
/
+357
|
*
pinctrl: implement pinctrl_check_ops
Stephen Warren
2012-04-18
1
-4
/
+21
|
*
pinctrl: include <linux/bug.h> to prevent compile errors
Stephen Warren
2012-04-18
1
-0
/
+2
|
*
pinctrl: fix compile error if not select PINMUX support
Dong Aisheng
2012-04-18
1
-1
/
+1
*
|
ARM: ux500: Add support for MSP I2S-devices
Ola Lilja
2012-04-24
7
-14
/
+304
*
|
drivers/gpio: gpio-nomadik: Add support for irqdomains
Lee Jones
2012-04-24
2
-48
/
+70
*
|
drivers/gpio: gpio-nomadik: Apply Device Tree bindings
Lee Jones
2012-04-24
2
-3
/
+50
*
|
ARM: ux500: update pin handling
Linus Walleij
2012-04-24
2
-96
/
+301
*
|
ARM: ux500: implement pin API
Rabin Vincent
2012-04-24
4
-1
/
+136
*
|
ARM: ux500: remove a bunch of internal pull-ups
Linus Walleij
2012-04-24
1
-36
/
+36
*
|
plat-nomadik: new sleep mode pincfg macros
Linus Walleij
2012-04-24
1
-0
/
+13
*
|
gpio/nomadik: use ioremap() instead of static mappings
Linus Walleij
2012-04-24
1
-4
/
+11
*
|
gpio/nomadik: support low EMI mode
Rabin Vincent
2012-04-23
3
-0
/
+32
*
|
gpio/nomadik: fix spurious interrupts with SKE
Rabin Vincent
2012-04-23
1
-0
/
+39
*
|
gpio/nomadik: cache [rf]w?imsc
Rabin Vincent
2012-04-23
1
-16
/
+26
*
|
gpio/nomadik: don't set SLPM to 1 for non-wakeup pins
Rabin Vincent
2012-04-23
1
-14
/
+7
*
|
Linux 3.4-rc4
v3.4-rc4
Linus Torvalds
2012-04-21
1
-1
/
+1
*
|
sparc32,leon: add notify_cpu_starting()
Yong Zhang
2012-04-21
1
-0
/
+3
*
|
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-04-21
28
-161
/
+80
|
\
\
|
*
\
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Olof Johansson
2012-04-19
11
-19
/
+23
|
|
\
\
|
|
*
|
dmaengine: Kconfig: fix Atmel at_hdmac entry
Nicolas Ferre
2012-04-17
1
-3
/
+2
|
|
*
|
USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt
Nicolas Ferre
2012-04-17
1
-4
/
+4
|
|
*
|
USB: ohci-at91: change annotations for probe/remove functions
Nicolas Ferre
2012-04-17
1
-6
/
+6
[next]