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
/
common
/
sa1111.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-24
ARM: sa1111: use dev_err() rather than printk()
Russell King
1
-1
/
+1
2012-03-24
ARM: sa1111: cleanup sub-device registration and unregistration
Russell King
1
-11
/
+16
2012-03-24
ARM: sa1111: only setup DMA for DMA capable devices
Russell King
1
-3
/
+6
2012-03-24
ARM: sa1111: register sa1111 devices with dmabounce in bus notifier
Russell King
1
-55
/
+74
2012-03-24
ARM: sa1111: provide a generic way to prevent devices from registering
Russell King
1
-5
/
+2
2012-02-09
ARM: sa1111: change devid to be a bitmask
Russell King
1
-6
/
+6
2012-02-09
ARM: sa1111: add platform enable/disable functions
Russell King
1
-5
/
+17
2012-02-09
ARM: sa1111: add shutdown hook to sa1111_driver structure
Russell King
1
-0
/
+9
2012-02-09
ARM: sa1111: implement support for sparse IRQs
Russell King
1
-11
/
+32
2012-02-09
ARM: sa1111: finish "allow cascaded IRQs to be used by platforms"
Russell King
1
-4
/
+15
2012-02-09
ARM: sa1111: add sa1111 core driver .owner initializer
Russell King
1
-0
/
+1
2012-02-09
ARM: sa1111: fix PWM state on suspend
Russell King
1
-2
/
+3
2012-02-09
ARM: sa1111: fix memory request/grant setup on PM events
Russell King
1
-1
/
+11
2011-09-27
clk: sa1111: convert to clk_prepare()/clk_unprepare()
Russell King
1
-1
/
+8
2011-07-04
ARM: dmabounce: get rid of dma_needs_bounce global function
Russell King
1
-29
/
+31
2011-05-12
ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes
Russell King
1
-8
/
+0
2011-03-29
arm: Fold irq_set_chip/irq_set_handler
Thomas Gleixner
1
-4
/
+4
2011-03-29
arm: Reorder irq_set_ function calls
Thomas Gleixner
1
-2
/
+2
2011-03-29
arm: Cleanup the irq namespace
Thomas Gleixner
1
-12
/
+12
2011-01-14
ARM: sa1111: fix typo in sa1111_retrigger_lowirq()
Pavel Machek
1
-1
/
+1
2011-01-13
ARM: sa1111: irq_data conversion.
Lennert Buytenhek
1
-47
/
+47
2010-10-04
ARM: 6349/1: sa1111: move __sa1111_probe() to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2010-08-03
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-4
/
+1
2010-07-30
SA1111: Eliminate use after free
Julia Lawall
1
-3
/
+2
2010-07-16
ARM: Remove 'node' argument form arch_adjust_zones()
Russell King
1
-4
/
+1
2010-05-27
ARM: 6146/1: sa1111: Prevent deadlock in resume path
Marek Vašut
1
-2
/
+7
2010-03-02
[ARM] sa1111: allow cascaded IRQs to be used by platforms
Eric Miao
1
-24
/
+88
2009-10-02
ARM: 5735/1: sa1111: CodingStyle cleanups
Hartley Sweeten
1
-13
/
+12
2008-12-14
[ARM] arch/arm/common/sa1111.c: Correct error handling code
Julia Lawall
1
-1
/
+1
2008-10-21
[ARM] 5315/1: Fix section mismatch warning (sa1111)
Kristoffer Ericson
1
-1
/
+1
2008-10-17
[ARM] pxa: fix 3bca103a1e658d23737d20e1989139d9ca8973bf
Russell King
1
-0
/
+2
2008-09-06
[ARM] Convert asm/io.h to linux/io.h
Russell King
1
-1
/
+1
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-1
/
+1
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+1
2008-07-27
[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
Dmitry Baryshkov
1
-7
/
+7
2008-07-23
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+1
2008-07-21
arm: bus_id -> dev_name() and dev_set_name() conversions
Kay Sievers
1
-4
/
+3
2008-07-21
driver core: fix a lot of printk usages of bus_id
Greg Kroah-Hartman
1
-1
/
+2
2008-07-10
Clocklib: Fix SA1111 clock name mess.
Ian Molton
1
-1
/
+1
2007-07-11
PM: do not use saved_state from struct dev_pm_info on ARM
Rafael J. Wysocki
1
-5
/
+8
2007-04-21
[ARM] Remove needless linux/ptrace.h includes
Russell King
1
-1
/
+0
2006-11-30
[ARM] Remove compatibility layer for ARM irqs
Russell King
1
-15
/
+15
2006-10-06
Initial blind fixup for arm for irq changes
Linus Torvalds
1
-4
/
+4
2006-10-03
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
2006-08-27
[ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systems
David Brownell
1
-1
/
+5
2006-08-01
[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name
David Brownell
1
-2
/
+4
2006-07-01
[ARM] 3686/1: ARM: arm/common: convert irq handling
Thomas Gleixner
1
-3
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-21
[ARM] Convert kmalloc+memset to kzalloc
Russell King
1
-5
/
+2
2006-03-21
[ARM] Convert SA1111 to use clock architecture
Russell King
1
-21
/
+20
[next]