summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-04serial: sh-sci: Add device tree support for r8a7779Simon Horman2-1/+10
2015-02-04pinctrl: sh-pfc: r8a73a4: Allow Multiplatform BuildMagnus Damm1-0/+3
2015-02-04pinctrl: sh-pfc: sh73a0: Allow Multiplatform BuildMagnus Damm1-0/+2
2015-02-04pinctrl: sh-pfc: r8a7740: Allow Multiplatform BuildMagnus Damm1-0/+2
2015-02-04pinctrl: sh-pfc: Don't set the pinmux_irq irq field for multiplatformLaurent Pinchart1-0/+5
2015-02-04pinctrl: pfc: r8a7790: add mux data for IIC(B) coresWolfram Sang1-2/+116
2015-02-04pinctrl: pfc: r8a7790: add i2c0 muxingWolfram Sang1-1/+21
2015-02-04sh-pfc: r8a7791: Add Audio pin supportKuninori Morimoto1-0/+61
2015-02-04sh-pfc: r8a7791: Add SSI pin supportKuninori Morimoto1-0/+314
2015-02-04pinctrl: sh-pfc: r8a7791: Split the DU sync and cde/disp groupsLaurent Pinchart1-10/+27
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 Pinchart2-68/+237
2015-02-04clocksource: sh_cmt: Hardcode CMT clock source rating to 125Laurent Pinchart1-6/+6
2015-02-04clocksource: sh_cmt: Hardcode CMT clock event rating to 125Laurent Pinchart1-7/+6
2015-02-04clocksource: sh_cmt: Set cpumask to cpu_possible_maskLaurent Pinchart1-1/+1
2015-02-04clocksource: sh_cmt: Replace hardcoded register values with macrosLaurent Pinchart1-12/+44
2015-02-04clocksource: sh_cmt: Split static information from sh_cmt_deviceLaurent Pinchart1-70/+122
2015-02-04clocksource: sh_cmt: Allocate channels dynamicallyLaurent Pinchart1-2/+12
2015-02-04clocksource: sh_cmt: Replace kmalloc + memset with kzallocLaurent Pinchart1-5/+1
2015-02-04clocksource: sh_cmt: Add index to struct sh_cmt_channelLaurent Pinchart1-13/+24
2015-02-04clocksource: sh_cmt: Add memory base to sh_cmt_channel structureLaurent Pinchart1-5/+8
2015-02-04clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbaseLaurent Pinchart1-17/+17
2015-02-04clocksource: sh_cmt: Constify name argument to sh_cmt_register()Laurent Pinchart1-4/+4
2015-02-04clocksource: sh_cmt: Split channel setup to separate functionLaurent Pinchart1-32/+47
2015-02-04clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_deviceLaurent Pinchart1-58/+58
2015-02-04clocksource: sh_cmt: Split channel fields from sh_cmt_privLaurent Pinchart1-186/+199
2015-02-04clocksource: sh_cmt: Use request_irq() instead of setup_irq()Laurent Pinchart1-7/+3
2015-02-04ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz60-120/+113