summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2015-02-04clocksource: sh_tmu: Add DT supportLaurent Pinchart1-10/+41
2015-02-04clocksource: sh_tmu: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+6
2015-02-04clocksource: sh_tmu: Drop support for legacy platform dataLaurent Pinchart1-67/+15
2015-02-04clocksource: sh_mtu2: Add DT supportLaurent Pinchart1-0/+8
2015-02-04clocksource: sh_mtu2: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+6
2015-02-04clocksource: sh_mtu2: Drop support for legacy platform dataLaurent Pinchart1-99/+31
2015-02-04clocksource: sh_cmt: Add DT supportLaurent Pinchart1-18/+48
2015-02-04clocksource: sh_cmt: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+5
2015-02-04clocksource: sh_cmt: Drop support for legacy platform dataLaurent Pinchart1-132/+40
2015-02-04clocksource: sh_tmu: Remove unnecessary OOM messagesJingoo Han1-3/+1
2015-02-04clocksource: sh_tmu: Fix channel IRQ retrieval in legacy caseLaurent Pinchart1-1/+1
2015-02-04clocksource: sh_tmu: Sort headers alphabeticallyLaurent Pinchart1-10/+10
2015-02-04clocksource: sh_tmu: Remove FSF mail address from GPL noticeLaurent Pinchart1-4/+0
2015-02-04clocksource: sh_tmu: Rename clock to "fck" in the non-legacy caseLaurent Pinchart1-1/+2
2015-02-04clocksource: sh_tmu: Add support for multiple channels per deviceLaurent Pinchart1-61/+152
2015-02-04clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200Laurent Pinchart1-12/+11
2015-02-04clocksource: sh_tmu: Replace hardcoded register values with macrosLaurent Pinchart1-5/+14
2015-02-04clocksource: sh_tmu: Allocate channels dynamicallyLaurent Pinchart1-7/+20
2015-02-04clocksource: sh_tmu: Replace kmalloc + memset with kzallocLaurent Pinchart1-5/+1
2015-02-04clocksource: sh_tmu: Add index to struct sh_tmu_channelLaurent Pinchart1-11/+24
2015-02-04clocksource: sh_tmu: Add memory base to sh_tmu_channel structureLaurent Pinchart1-14/+16
2015-02-04clocksource: sh_tmu: Constify name argument to sh_tmu_register()Laurent Pinchart1-4/+4
2015-02-04clocksource: sh_tmu: Split channel setup to separate functionLaurent Pinchart1-13/+23
2015-02-04clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_deviceLaurent Pinchart1-34/+34
2015-02-04clocksource: sh_tmu: Split channel fields from sh_tmu_privLaurent Pinchart1-110/+125
2015-02-04clocksource: sh_tmu: Use request_irq() instead of setup_irq()Laurent Pinchart1-14/+8
2015-02-04clocksource: sh_mtu2: Remove unnecessary OOM messagesJingoo Han1-3/+1
2015-02-04clocksource: sh_mtu2: Sort headers alphabeticallyLaurent Pinchart1-9/+9
2015-02-04clocksource: sh_mtu2: Remove FSF mail address from GPL noticeLaurent Pinchart1-4/+0
2015-02-04clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy caseLaurent Pinchart1-1/+1
2015-02-04clocksource: sh_mtu2: Add support for multiple channels per deviceLaurent Pinchart1-54/+130
2015-02-04clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200Laurent Pinchart1-6/+6
2015-02-04clocksource: sh_mtu2: Set cpumask to cpu_possible_maskLaurent Pinchart1-1/+1
2015-02-04clocksource: sh_mtu2: Replace hardcoded register values with macrosLaurent Pinchart1-6/+92
2015-02-04clocksource: sh_mtu2: Allocate channels dynamicallyLaurent Pinchart1-7/+20
2015-02-04clocksource: sh_mtu2: Replace kmalloc + memset with kzallocLaurent Pinchart1-5/+1
2015-02-04clocksource: sh_mtu2: Add index to struct sh_mtu2_channelLaurent Pinchart1-9/+13
2015-02-04clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structureLaurent Pinchart1-14/+18
2015-02-04clocksource: sh_mtu2: Constify name argument to sh_mtu2_register()Laurent Pinchart1-3/+3
2015-02-04clocksource: sh_mtu2: Split channel setup to separate functionLaurent Pinchart1-10/+19
2015-02-04clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_deviceLaurent Pinchart1-32/+33
2015-02-04clocksource: sh_mtu2: Split channel fields from sh_mtu2_privLaurent Pinchart1-56/+69
2015-02-04clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variablesLaurent Pinchart1-5/+5
2015-02-04clocksource: sh_mtu2: Use request_irq() instead of setup_irq()Laurent Pinchart1-14/+8
2015-02-04clocksource: sh_cmt: Remove unnecessary OOM messagesJingoo Han1-3/+1
2015-02-04clocksource: sh_cmt: Request IRQ for clock event device onlyLaurent Pinchart1-24/+27
2015-02-04clocksource: sh_cmt: Sort headers alphabeticallyLaurent Pinchart1-10/+10
2015-02-04clocksource: sh_cmt: Remove FSF mail address from GPL noticeLaurent Pinchart1-4/+0
2015-02-04clocksource: sh_cmt: Rename clock to "fck" in the non-legacy caseLaurent Pinchart1-1/+1
2015-02-04clocksource: sh_cmt: Add support for multiple channels per deviceLaurent Pinchart1-68/+236