aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+0
2012-03-27Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+2
2012-03-22Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6Linus Torvalds7-52/+39
2012-03-22Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-2/+6
2012-03-12fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modesLaurent Pinchart5-16/+16
2012-03-12fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfgLaurent Pinchart5-14/+8
2012-03-12fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_infoLaurent Pinchart2-6/+4
2012-03-12fbdev: sh_mobile_lcdc: Remove board configuration board_data fieldLaurent Pinchart5-16/+11
2012-03-12sh: board sh_clk_ops renameMagnus Damm2-2/+2
2012-02-24sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcrShimoda, Yoshihiro1-0/+5
2012-02-03ASoC: fsi: PortA/B information was controlled by sh_fsi_port_infoKuninori Morimoto2-2/+6
2012-01-27Merge branches 'sh/urgent' and 'sh/platform-updates' into sh-latestPaul Mundt5-0/+7
2012-01-27sh: se7724: fix compile breakageGuennadi Liakhovetski5-0/+7
2012-01-18sh: sh7757lcr: update to the new MMCIF DMA configurationGuennadi Liakhovetski1-10/+2
2012-01-17sh: fix the sh_mmcif_plat_data in board-sh7757lcrShimoda, Yoshihiro1-1/+2
2012-01-14Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds5-6/+6
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+13
2012-01-12sh: magicpanelr2: Update for parse_mtd_partitions() fallout.Paul Mundt1-32/+2
2012-01-12sh: mach-rsk: Update for parse_mtd_partitions() fallout.Paul Mundt1-37/+6
2012-01-12Merge branch 'sh/hwblk' into sh-latestPaul Mundt6-105/+0
2012-01-09sh: add platform_device for renesas_usbhs in board-sh7757lcrShimoda, Yoshihiro1-0/+39
2011-12-19fbdev: sh_mobile_lcdc: Support FOURCC-based format APILaurent Pinchart5-6/+6
2011-11-24ASoC: fsi-ak4642: modify specification method of FSI / ak464xKuninori Morimoto1-1/+13
2011-11-18sh: fix build warning in board-sh7757lcrYoshihiro Shimoda1-6/+10
2011-11-18sh: hwblk: Kill off hwblk_id from pdev archdata.Paul Mundt6-105/+0
2011-11-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-8/+6
2011-11-03[media] sh: migor: remove unused ov772x buswidth flagGuennadi Liakhovetski1-3/+1
2011-11-03[media] sh: ap3rxa: remove redundant soc-camera platform data fieldsGuennadi Liakhovetski1-5/+1
2011-11-03[media] sh: convert ap325rxa to mediabus flagsGuennadi Liakhovetski1-0/+4
2011-11-01sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcrNobuhiro Iwamatsu1-1/+1
2011-10-28sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boardsYoshihiro Shimoda4-4/+4
2011-10-28SH: irq: Remove IRQF_DISABLEDYong Zhang3-5/+2
2011-08-08sh: ecovec: add renesas_usbhs DMAEngine supportKuninori Morimoto1-0/+4
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.xLinus Torvalds6-7/+5
2011-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-8/+7
2011-07-27[media] V4L: soc-camera: remove soc-camera bus and devices on itGuennadi Liakhovetski1-8/+7
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-0/+48
2011-07-11SH: static should be at beginning of declarationJesper Juhl5-7/+7
2011-07-11SH: static should be at beginning of declarationJesper Juhl5-7/+7
2011-07-11sh: move CLKDEV_xxx_ID macro to sh_clk.hKuninori Morimoto1-2/+0
2011-06-24sh: Tidy up pre-clkdev clk_get() error handling.Paul Mundt5-5/+5
2011-06-16sh: ecovec: Add renesas_usbhs supportKuninori Morimoto1-0/+48
2011-05-24sh: add MMCIF runtime PM support on ecovecGuennadi Liakhovetski1-0/+3
2011-05-24sh: switch ap325rxa to dynamically manage the platform cameraGuennadi Liakhovetski1-19/+13
2011-04-18sh: fix SD / MMC configuration dependencies on ecovecGuennadi Liakhovetski1-9/+9
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds2-8/+42
2011-04-07Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-4/+3
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-31sh: fix build error in board-sh7757lcr.cYoshihiro Shimoda1-1/+1