summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* clocksource: sh_mtu2: Sort headers alphabeticallyLaurent Pinchart2014-04-161-9/+9
* clocksource: sh_mtu2: Remove FSF mail address from GPL noticeLaurent Pinchart2014-04-161-4/+0
* clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy caseLaurent Pinchart2014-04-161-1/+1
* clocksource: sh_mtu2: Add support for multiple channels per deviceLaurent Pinchart2014-04-161-54/+130
* clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200Laurent Pinchart2014-04-161-6/+6
* clocksource: sh_mtu2: Set cpumask to cpu_possible_maskLaurent Pinchart2014-04-161-1/+1
* clocksource: sh_mtu2: Replace hardcoded register values with macrosLaurent Pinchart2014-04-161-6/+92
* clocksource: sh_mtu2: Allocate channels dynamicallyLaurent Pinchart2014-04-161-7/+20
* clocksource: sh_mtu2: Replace kmalloc + memset with kzallocLaurent Pinchart2014-04-161-5/+1
* clocksource: sh_mtu2: Add index to struct sh_mtu2_channelLaurent Pinchart2014-04-161-9/+13
* clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structureLaurent Pinchart2014-04-161-14/+18
* clocksource: sh_mtu2: Constify name argument to sh_mtu2_register()Laurent Pinchart2014-04-161-3/+3
* clocksource: sh_mtu2: Split channel setup to separate functionLaurent Pinchart2014-04-161-10/+19
* clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_deviceLaurent Pinchart2014-04-161-32/+33
* clocksource: sh_mtu2: Split channel fields from sh_mtu2_privLaurent Pinchart2014-04-161-56/+69
* clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variablesLaurent Pinchart2014-04-161-5/+5
* clocksource: sh_mtu2: Use request_irq() instead of setup_irq()Laurent Pinchart2014-04-161-14/+8
* clocksource: sh_tmu: Sort headers alphabeticallyLaurent Pinchart2014-04-161-10/+10
* clocksource: sh_tmu: Remove FSF mail address from GPL noticeLaurent Pinchart2014-04-161-4/+0
* clocksource: sh_tmu: Rename clock to "fck" in the non-legacy caseLaurent Pinchart2014-04-161-1/+2
* clocksource: sh_tmu: Add support for multiple channels per deviceLaurent Pinchart2014-04-161-61/+152
* clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200Laurent Pinchart2014-04-161-12/+11
* clocksource: sh_tmu: Replace hardcoded register values with macrosLaurent Pinchart2014-04-161-5/+14
* clocksource: sh_tmu: Allocate channels dynamicallyLaurent Pinchart2014-04-161-7/+20
* clocksource: sh_tmu: Replace kmalloc + memset with kzallocLaurent Pinchart2014-04-161-5/+1
* clocksource: sh_tmu: Add index to struct sh_tmu_channelLaurent Pinchart2014-04-161-11/+24
* clocksource: sh_tmu: Add memory base to sh_tmu_channel structureLaurent Pinchart2014-04-161-14/+16
* clocksource: sh_tmu: Constify name argument to sh_tmu_register()Laurent Pinchart2014-04-161-4/+4
* clocksource: sh_tmu: Split channel setup to separate functionLaurent Pinchart2014-04-161-13/+23
* clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_deviceLaurent Pinchart2014-04-161-34/+34
* clocksource: sh_tmu: Split channel fields from sh_tmu_privLaurent Pinchart2014-04-161-110/+125
* clocksource: sh_tmu: Use request_irq() instead of setup_irq()Laurent Pinchart2014-04-161-14/+8
* clocksource: sh_cmt: Request IRQ for clock event device onlyLaurent Pinchart2014-04-161-24/+27
* clocksource: sh_cmt: Sort headers alphabeticallyLaurent Pinchart2014-04-161-10/+10
* clocksource: sh_cmt: Remove FSF mail address from GPL noticeLaurent Pinchart2014-04-161-4/+0
* clocksource: sh_cmt: Rename clock to "fck" in the non-legacy caseLaurent Pinchart2014-04-161-1/+1
* clocksource: sh_cmt: Add support for multiple channels per deviceLaurent Pinchart2014-04-161-68/+236
* clocksource: sh_cmt: Hardcode CMT clock source rating to 125Laurent Pinchart2014-04-161-6/+6
* clocksource: sh_cmt: Hardcode CMT clock event rating to 125Laurent Pinchart2014-04-161-7/+6
* clocksource: sh_cmt: Set cpumask to cpu_possible_maskLaurent Pinchart2014-04-161-1/+1
* clocksource: sh_cmt: Replace hardcoded register values with macrosLaurent Pinchart2014-04-161-12/+44
* clocksource: sh_cmt: Split static information from sh_cmt_deviceLaurent Pinchart2014-04-161-70/+122
* clocksource: sh_cmt: Allocate channels dynamicallyLaurent Pinchart2014-04-161-2/+12
* clocksource: sh_cmt: Replace kmalloc + memset with kzallocLaurent Pinchart2014-04-161-5/+1
* clocksource: sh_cmt: Add index to struct sh_cmt_channelLaurent Pinchart2014-04-161-13/+24
* clocksource: sh_cmt: Add memory base to sh_cmt_channel structureLaurent Pinchart2014-04-161-5/+8
* clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbaseLaurent Pinchart2014-04-161-17/+17
* clocksource: sh_cmt: Constify name argument to sh_cmt_register()Laurent Pinchart2014-04-161-4/+4
* clocksource: sh_cmt: Split channel setup to separate functionLaurent Pinchart2014-04-161-32/+47
* clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_deviceLaurent Pinchart2014-04-161-58/+58