index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio/omap: remove extra context restores in *_runtime_resume()
Tarun Kanti DebBarma
2013-04-10
1
-4
/
+0
*
gpio/omap: free irq domain in probe() failure paths
Jon Hunter
2013-04-10
1
-2
/
+4
*
gpio: gpio-generic: Add 16 and 32 bit big endian byte order support
Andreas Larsson
2013-04-10
2
-9
/
+48
*
gpio: samsung: Add terminating entry for exynos_pinctrl_ids
Axel Lin
2013-03-27
1
-0
/
+1
*
gpio: mvebu: add dbg_show function
Simon Guinot
2013-03-27
1
-0
/
+59
*
MAX7301 GPIO: Do not force SPI speed when using OF Platform
Christophe Leroy
2013-03-27
1
-1
/
+2
*
gpio: gpio-tps65910.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: gpio-timberdale.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-2
/
+1
*
gpio: gpio-tc3589x.c: fix checkpatch errors
Laurent Navet
2013-03-27
1
-4
/
+4
*
gpio: gpio-stp-xway.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: gpio-sch.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-39
/
+35
*
gpio: gpio-pxa.c: fix checkpatch errors
Laurent Navet
2013-03-27
1
-2
/
+2
*
gpio: gpio-pca953x.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-2
/
+1
*
gpio: gpio-omap.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: gpio-mvebu.c: fix checkpatch errors
Laurent Navet
2013-03-27
1
-13
/
+13
*
gpio: gpiolib-of.c: fix checkpatch error
Laurent Navet
2013-03-27
1
-1
/
+1
*
gpio: mc33880: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-03-27
1
-4
/
+4
*
gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-03-27
1
-4
/
+4
*
gpio: mc33880: use dev_err() instead of printk()
Jingoo Han
2013-03-27
1
-1
/
+2
*
gpio: pcf857x: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-5
/
+2
*
gpio: mc33880: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-5
/
+3
*
gpio: max732x: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+2
*
gpio: max7301: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+1
*
gpio: max7300: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+1
*
gpio: adp5520: use devm_kzalloc()
Jingoo Han
2013-03-27
1
-3
/
+1
*
gpio/vt8500: Convert to devm_ioremap_resource()
Sachin Kamat
2013-03-27
1
-5
/
+3
*
gpio: em: Make use of devm functions
Magnus Damm
2013-03-27
1
-34
/
+19
*
gpio-lynxpoint: Add X86 dependency and io-port handling header.
Mathias Nyman
2013-03-27
2
-1
/
+2
*
gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value
Mika Westerberg
2013-03-27
1
-1
/
+1
*
gpio-sch: Allow for more than 8 lines in the resume well
Darren Hart
2013-03-27
1
-10
/
+27
*
Add TI TCA9554 to supported devices table
Nikolay Balandin
2013-03-27
1
-0
/
+1
*
gpio: viperboard: Remove duplicate code to set gpio->gpiob_val
Axel Lin
2013-03-27
1
-4
/
+0
*
gpio-ich: Check for pin availability at request time
Jean Delvare
2013-03-27
1
-12
/
+3
*
gpio/em: Add Device Tree support
Magnus Damm
2013-03-06
1
-3
/
+42
*
gpio/omap: warn if bank is not enabled on setting irq type
Jon Hunter
2013-03-06
1
-0
/
+3
*
gpio/omap: convert gpio irq domain to linear mapping
Jon Hunter
2013-03-06
1
-41
/
+31
*
gpio/tegra: assume CONFIG_OF
Stephen Warren
2013-03-04
1
-6
/
+5
*
gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expect
Mika Westerberg
2013-03-02
1
-2
/
+2
*
gpiolib: move comment to right function
Alexandre Courbot
2013-03-02
1
-1
/
+1
*
gpiolib: use const parameters when possible
Alexandre Courbot
2013-03-02
1
-13
/
+16
*
gpiolib: check descriptors validity before use
Alexandre Courbot
2013-03-02
1
-47
/
+65
*
Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhume...
Linus Torvalds
2013-02-28
8
-434
/
+488
|
\
|
*
crypto: testmgr - update LZO compression test vectors
Markus F.X.J. Oberhumer
2013-02-20
1
-18
/
+20
|
*
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
2013-02-20
4
-343
/
+395
|
*
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Markus F.X.J. Oberhumer
2013-02-20
3
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-02-28
1
-1
/
+1
|
\
\
|
*
|
x86/kvm: Fix pvclock vsyscall fixmap
Peter Hurley
2013-02-28
1
-1
/
+1
*
|
|
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2013-02-28
18
-140
/
+1077
|
\
\
\
|
*
|
|
i5100_edac: convert to use simple_open()
Wei Yongjun
2013-02-26
1
-7
/
+1
|
*
|
|
ghes_edac: fix to use list_for_each_entry_safe() when delete list items
Wei Yongjun
2013-02-26
1
-2
/
+2
[next]