index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-nomadik
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-18
ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtime
Marc Zyngier
1
-15
/
+5
2011-11-01
Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
3
-77
/
+116
2011-11-01
Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
1
-5
/
+0
2011-10-31
Merge branch 'stericsson/cleanup' into next/timer
Arnd Bergmann
1
-5
/
+0
2011-10-31
Merge branch 'next/fixes' into next/cleanup
Arnd Bergmann
1
-14
/
+3
2011-10-29
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+3
2011-09-22
ARM: plat-nomadik: timer: Export reset functions
Jonas Aaberg
2
-48
/
+49
2011-09-22
ARM: plat-nomadik: timer: Add support for periodic timers
Jonas Aaberg
1
-28
/
+60
2011-09-22
ARM: plat-nomadik: MTU sched_clock as an option
Mattias Wallin
2
-5
/
+11
2011-09-20
gpio/nomadik: disable clocks when unused
Rabin Vincent
1
-0
/
+3
2011-08-30
mach-ux500: remove pull-pinconfig and add SPI2
Fredrik Svensson
1
-5
/
+0
2011-08-23
ARM: 7056/1: plat-nomadik: kill off <plat/gpio.h>
Linus Walleij
1
-17
/
+0
2011-08-22
ARM: 7032/1: plat-nomadik: break out GPIO driver specifics
Linus Walleij
2
-69
/
+85
2011-08-12
ARM: gpio: make trivial GPIOLIB implementation the default
Russell King
1
-2
/
+0
2011-08-12
ARM: gpio: consolidate gpio_to_irq
Russell King
1
-1
/
+0
2011-08-12
ARM: gpio: consolidate trivial gpiolib implementations
Russell King
1
-9
/
+2
2011-06-21
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-06-09
gpio/nomadik: fix sleepmode for elder Nomadik
Linus Walleij
1
-0
/
+1
2011-05-26
gpio/nomadik: add function to read GPIO pull down status
Rickard Andersson
1
-0
/
+2
2011-05-26
gpio: move Nomadik GPIO driver to drivers/gpio
Grant Likely
3
-1026
/
+0
2011-05-25
i2c-nomadik: fix speed enumerator
Linus Walleij
1
-1
/
+1
2011-05-25
i2c-nomadik: make i2c timeout specific per i2c bus
Virupax Sadashivpetimath
1
-2
/
+4
2011-05-23
Merge branch 'devel-stable' into for-linus
Russell King
1
-8
/
+4
2011-05-23
clocksource: convert ARM 32-bit down counting clocksources
Russell King
2
-28
/
+4
2011-05-11
ARM: nmk: update GPIO chained IRQ handler to entry/exit functions
Will Deacon
1
-8
/
+4
2011-03-29
arm: Fold irq_set_chip/irq_set_handler
Thomas Gleixner
1
-2
/
+2
2011-03-29
arm: Cleanup the irq namespace
Thomas Gleixner
1
-17
/
+17
2011-03-29
arm: nomadik: Use local irq state
Thomas Gleixner
1
-6
/
+10
2011-03-29
arm: nomadik: Remove non existing cpu id check
Thomas Gleixner
1
-7
/
+0
2011-03-25
arm/gpio: Remove three copies of broken and racy debug code
Thomas Gleixner
1
-45
/
+0
2011-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-19
/
+3
2011-03-14
plat-nomadik: make GPIO interrupts work with cpuidle ApSleep
Rabin Vincent
2
-17
/
+100
2011-03-14
plat-nomadik: fix compilation warning
Linus Walleij
1
-5
/
+2
2011-03-14
plat-nomadik: get rid of unused GPIO PM code
Rabin Vincent
2
-79
/
+3
2011-03-14
plat-nomadik: change sleep/wakeup setting in GPIO SLPM register
Rikard Olsson
1
-1
/
+1
2011-03-14
plat-nomadik: implement safe switch sequence for Alt-C
Rabin Vincent
2
-40
/
+172
2011-03-14
plat-nomadik: set altfunc to GPIO when enabling the sleep config
Rabin Vincent
1
-0
/
+2
2011-03-14
plat-nomadik: type secondary IRQ correctly
Virupax Sadashivpetimath
1
-1
/
+1
2011-03-14
plat-nomadik: pull-up/down settings for GPIO resume
Jonas Aaberg
2
-24
/
+60
2011-03-14
plat-nomadik: support secondary GPIO interrupts
Rabin Vincent
2
-6
/
+46
2011-03-14
plat-nomadik: implement suspend/resume for GPIO
Rabin Vincent
1
-2
/
+49
2011-03-14
plat-nomadik: add custom dbg_show for GPIO
Rabin Vincent
1
-0
/
+92
2011-03-14
plat-nomadik: support varying number of GPIOs per block
Rabin Vincent
2
-3
/
+3
2011-01-30
dma40: remove export of stedma40_memcpy_sg
Rabin Vincent
1
-19
/
+0
2011-01-30
dma40: allow realtime and priority for event lines
Rabin Vincent
1
-0
/
+3
2011-01-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-0
/
+8
2011-01-13
ARM: plat-nomadik: irq_data conversion.
Lennert Buytenhek
1
-28
/
+28
2011-01-06
Merge branch 'devel-stable' into devel
Russell King
2
-22
/
+100
2011-01-04
dmaengine: dma40: Add support to split up large elements
Per Forlin
1
-0
/
+8
2010-12-22
ARM: nomadik: convert sched_clock() to use new infrastructure
Russell King
2
-67
/
+10
[next]