| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 1 | -1/+1 |
|\ |
|
| * | of: consolidate linker section OF match table declarations | Rob Herring | 2014-05-20 | 1 | -1/+1 |
* | | clocksource: versatile: Use sched_clock_register() | Thomas Gleixner | 2014-06-04 | 1 | -3/+3 |
* | | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-03 | 1 | -0/+8 |
|\ \ |
|
| * \ | Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 2014-05-22 | 1 | -0/+8 |
| |\ \
| | |/
| |/| |
|
| | * | clocksource: exynos_mct: register sched_clock callback | Vincent Guittot | 2014-05-02 | 1 | -0/+8 |
* | | | Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-03 | 3 | -680/+1305 |
|\ \ \ |
|
| * \ \ | Merge branch 'depends/clockevents-cleanups' into next/boards | Olof Johansson | 2014-05-21 | 3 | -680/+1305 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | clocksource: sh_mtu2: Sort headers alphabetically | Laurent Pinchart | 2014-04-16 | 1 | -9/+9 |
| | * | | clocksource: sh_mtu2: Remove FSF mail address from GPL notice | Laurent Pinchart | 2014-04-16 | 1 | -4/+0 |
| | * | | clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy case | Laurent Pinchart | 2014-04-16 | 1 | -1/+1 |
| | * | | clocksource: sh_mtu2: Add support for multiple channels per device | Laurent Pinchart | 2014-04-16 | 1 | -54/+130 |
| | * | | clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200 | Laurent Pinchart | 2014-04-16 | 1 | -6/+6 |
| | * | | clocksource: sh_mtu2: Set cpumask to cpu_possible_mask | Laurent Pinchart | 2014-04-16 | 1 | -1/+1 |
| | * | | clocksource: sh_mtu2: Replace hardcoded register values with macros | Laurent Pinchart | 2014-04-16 | 1 | -6/+92 |
| | * | | clocksource: sh_mtu2: Allocate channels dynamically | Laurent Pinchart | 2014-04-16 | 1 | -7/+20 |
| | * | | clocksource: sh_mtu2: Replace kmalloc + memset with kzalloc | Laurent Pinchart | 2014-04-16 | 1 | -5/+1 |
| | * | | clocksource: sh_mtu2: Add index to struct sh_mtu2_channel | Laurent Pinchart | 2014-04-16 | 1 | -9/+13 |
| | * | | clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structure | Laurent Pinchart | 2014-04-16 | 1 | -14/+18 |
| | * | | clocksource: sh_mtu2: Constify name argument to sh_mtu2_register() | Laurent Pinchart | 2014-04-16 | 1 | -3/+3 |
| | * | | clocksource: sh_mtu2: Split channel setup to separate function | Laurent Pinchart | 2014-04-16 | 1 | -10/+19 |
| | * | | clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_device | Laurent Pinchart | 2014-04-16 | 1 | -32/+33 |
| | * | | clocksource: sh_mtu2: Split channel fields from sh_mtu2_priv | Laurent Pinchart | 2014-04-16 | 1 | -56/+69 |
| | * | | clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variables | Laurent Pinchart | 2014-04-16 | 1 | -5/+5 |
| | * | | clocksource: sh_mtu2: Use request_irq() instead of setup_irq() | Laurent Pinchart | 2014-04-16 | 1 | -14/+8 |
| | * | | clocksource: sh_tmu: Sort headers alphabetically | Laurent Pinchart | 2014-04-16 | 1 | -10/+10 |
| | * | | clocksource: sh_tmu: Remove FSF mail address from GPL notice | Laurent Pinchart | 2014-04-16 | 1 | -4/+0 |
| | * | | clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case | Laurent Pinchart | 2014-04-16 | 1 | -1/+2 |
| | * | | clocksource: sh_tmu: Add support for multiple channels per device | Laurent Pinchart | 2014-04-16 | 1 | -61/+152 |
| | * | | clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200 | Laurent Pinchart | 2014-04-16 | 1 | -12/+11 |
| | * | | clocksource: sh_tmu: Replace hardcoded register values with macros | Laurent Pinchart | 2014-04-16 | 1 | -5/+14 |
| | * | | clocksource: sh_tmu: Allocate channels dynamically | Laurent Pinchart | 2014-04-16 | 1 | -7/+20 |
| | * | | clocksource: sh_tmu: Replace kmalloc + memset with kzalloc | Laurent Pinchart | 2014-04-16 | 1 | -5/+1 |
| | * | | clocksource: sh_tmu: Add index to struct sh_tmu_channel | Laurent Pinchart | 2014-04-16 | 1 | -11/+24 |
| | * | | clocksource: sh_tmu: Add memory base to sh_tmu_channel structure | Laurent Pinchart | 2014-04-16 | 1 | -14/+16 |
| | * | | clocksource: sh_tmu: Constify name argument to sh_tmu_register() | Laurent Pinchart | 2014-04-16 | 1 | -4/+4 |
| | * | | clocksource: sh_tmu: Split channel setup to separate function | Laurent Pinchart | 2014-04-16 | 1 | -13/+23 |
| | * | | clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device | Laurent Pinchart | 2014-04-16 | 1 | -34/+34 |
| | * | | clocksource: sh_tmu: Split channel fields from sh_tmu_priv | Laurent Pinchart | 2014-04-16 | 1 | -110/+125 |
| | * | | clocksource: sh_tmu: Use request_irq() instead of setup_irq() | Laurent Pinchart | 2014-04-16 | 1 | -14/+8 |
| | * | | clocksource: sh_cmt: Request IRQ for clock event device only | Laurent Pinchart | 2014-04-16 | 1 | -24/+27 |
| | * | | clocksource: sh_cmt: Sort headers alphabetically | Laurent Pinchart | 2014-04-16 | 1 | -10/+10 |
| | * | | clocksource: sh_cmt: Remove FSF mail address from GPL notice | Laurent Pinchart | 2014-04-16 | 1 | -4/+0 |
| | * | | clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case | Laurent Pinchart | 2014-04-16 | 1 | -1/+1 |
| | * | | clocksource: sh_cmt: Add support for multiple channels per device | Laurent Pinchart | 2014-04-16 | 1 | -68/+236 |
| | * | | clocksource: sh_cmt: Hardcode CMT clock source rating to 125 | Laurent Pinchart | 2014-04-16 | 1 | -6/+6 |
| | * | | clocksource: sh_cmt: Hardcode CMT clock event rating to 125 | Laurent Pinchart | 2014-04-16 | 1 | -7/+6 |
| | * | | clocksource: sh_cmt: Set cpumask to cpu_possible_mask | Laurent Pinchart | 2014-04-16 | 1 | -1/+1 |
| | * | | clocksource: sh_cmt: Replace hardcoded register values with macros | Laurent Pinchart | 2014-04-16 | 1 | -12/+44 |
| | * | | clocksource: sh_cmt: Split static information from sh_cmt_device | Laurent Pinchart | 2014-04-16 | 1 | -70/+122 |