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
*
ARM: at91: soc: Add init_time callback
Maxime Ripard
2014-09-03
3
-0
/
+7
*
ARM: at91: PIT: (Almost) remove the global variables
Maxime Ripard
2014-09-03
1
-71
/
+108
*
ARM: at91: PIT: use request_irq instead of setup_irq
Maxime Ripard
2014-09-03
1
-14
/
+6
*
ARM: at91: PIT: Use pr_fmt
Maxime Ripard
2014-09-03
1
-6
/
+8
*
ARM: at91: PIT: Use consistent exit path in probe
Maxime Ripard
2014-09-03
1
-10
/
+4
*
ARM: at91: dt: Remove init_time definitions
Maxime Ripard
2014-09-03
2
-21
/
+0
*
ARM: at91: PIT: Rework probe functions
Maxime Ripard
2014-09-03
4
-64
/
+51
*
ARM: at91: PIT: Use of_have_populated_dt instead of CONFIG_OF
Maxime Ripard
2014-09-02
1
-8
/
+2
*
ARM: at91: PIT: Use DIV_ROUND_CLOSEST to compute the cycles
Maxime Ripard
2014-09-02
1
-1
/
+1
*
ARM: at91: generic.h: Add include safe guards
Maxime Ripard
2014-09-02
1
-0
/
+5
*
ARM: at91: PIT: Follow the general coding rules
Maxime Ripard
2014-09-02
1
-8
/
+9
*
power: reset: at91-poweroff: fix wakeup status register index
Nicolas Ferre
2014-09-01
1
-1
/
+1
*
ARM: at91/power/reset: fix Kconfig "depends on" directive
Nicolas Ferre
2014-09-01
1
-2
/
+2
*
ARM: at91: fix ramc standby function registration
Alexandre Belloni
2014-09-01
1
-4
/
+7
*
ARM: at91: Remove rstc and shdwc headers
Maxime Ripard
2014-08-25
12
-113
/
+0
*
ARM: at91: Remove rstc and shdwnc global base addresses
Maxime Ripard
2014-08-25
7
-34
/
+0
*
ARM: at91/pm: Remove show_reset_status function
Maxime Ripard
2014-08-25
1
-72
/
+0
*
ARM: at91: Remove poweroff code
Maxime Ripard
2014-08-25
1
-6
/
+0
*
ARM: at91: Register the poweroff driver
Maxime Ripard
2014-08-25
5
-0
/
+75
*
ARM: at91: Remove poweroff DT probing
Maxime Ripard
2014-08-25
1
-77
/
+0
*
ARM: at91: Remove reset code from the machine code
Maxime Ripard
2014-08-25
10
-102
/
+0
*
ARM: at91: Call at91_register_devices in the board files
Maxime Ripard
2014-08-25
11
-0
/
+22
*
ARM: at91: Probe the reset driver
Maxime Ripard
2014-08-25
5
-0
/
+135
*
ARM: at91/soc: Introduce register_devices callback
Maxime Ripard
2014-08-25
3
-0
/
+8
*
ARM: at91: Remove the old-style reset probing
Maxime Ripard
2014-08-25
1
-29
/
+0
*
ARM: at91: Rework ramc mapping code
Maxime Ripard
2014-08-25
2
-19
/
+14
*
ARM: at91: setup: Switch to pr_fmt
Maxime Ripard
2014-08-25
1
-20
/
+22
*
Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...
Nicolas Ferre
2014-08-25
11
-15
/
+551
|
\
|
*
power: reset: Add AT91 poweroff driver
Maxime Ripard
2014-07-15
3
-0
/
+165
|
*
power: reset: Add AT91 reset driver
Maxime Ripard
2014-07-15
3
-0
/
+261
|
*
power: reset: Add if statement instead of multiple depends on
Maxime Ripard
2014-07-15
1
-8
/
+9
|
*
clk: at91: remove the useless CLK_IGNORE_UNUSED flag
Alexandre Belloni
2014-07-15
1
-7
/
+1
|
*
ARM: at91: select ATMEL_SDRAMC when using OF
Alexandre Belloni
2014-07-15
1
-0
/
+4
|
*
memory: add a driver for atmel ram controllers
Alexandre Belloni
2014-07-15
3
-0
/
+109
|
*
ARM: at91: Add new binding for sama5d3-ddramc
Alexandre Belloni
2014-07-15
2
-0
/
+2
|
|
|
\
*
-
.
\
Merge branches 'at91-3.18-cleanup' and 'at91-3.18-dt' into at91-3.18-drivers
Nicolas Ferre
2014-08-25
14
-331
/
+77
|
\
\
\
|
|
*
|
Merge tag 'at91-dt-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Nicolas Ferre
2014-08-19
5
-6
/
+32
|
|
/
|
|
|
/
|
|
|
|
|
*
|
ARM: at91/dt: sama5d3: Add shutdown controller
Maxime Ripard
2014-07-15
1
-0
/
+5
|
|
*
|
ARM: at91/dt: Declare a second ram controller when relevant
Maxime Ripard
2014-07-15
2
-5
/
+13
|
|
*
|
ARM: at91/dt: at91sam9: use ddrck in ramc
Alexandre Belloni
2014-07-15
2
-0
/
+4
|
|
*
|
ARM: at91/dt: sama5d3: define mpddr clock and ramc clocks
Alexandre Belloni
2014-07-15
1
-1
/
+8
|
|
|
/
|
*
|
ARM: at91: remove old irq material
Boris BREZILLON
2014-08-19
1
-264
/
+6
|
*
|
ARM: at91: make use of the new AIC driver for dt enabled boards
Boris BREZILLON
2014-08-19
4
-42
/
+3
|
*
|
ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocks
Boris BREZILLON
2014-08-19
2
-13
/
+22
|
*
|
ARM: at91: introduce OLD_IRQ_AT91 Kconfig option
Boris BREZILLON
2014-08-19
3
-9
/
+17
|
/
/
*
|
Linux 3.17-rc1
v3.17-rc1
Linus Torvalds
2014-08-16
1
-2
/
+2
*
|
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Linus Torvalds
2014-08-16
24
-108
/
+608
|
\
\
|
*
|
platform/x86: Enable build support for toshiba_haps
Azael Avalos
2014-08-16
2
-0
/
+20
|
*
|
Documentation: Add file about toshiba_haps module
Azael Avalos
2014-08-16
2
-0
/
+78
|
*
|
platform/x86: Toshiba HDD Active Protection Sensor
Azael Avalos
2014-08-16
1
-0
/
+265
[next]