aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2012-03-07sh: fix up the ubc clock definition for sh7785.Gravatar Thomas Schwinge 1-1/+1
2012-03-07sh: add parameter for RSPI in clock-sh7757Gravatar Shimoda, Yoshihiro 1-1/+3
2012-03-07sh: Fix sh2a vbr table for more than 255 irqsGravatar Phil Edworthy 1-0/+1
2012-02-24Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shGravatar Linus Torvalds 13-20/+47
2012-02-24sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGHGravatar Phil Edworthy 1-0/+2
2012-02-24sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcrGravatar Shimoda, Yoshihiro 1-0/+5
2012-02-24arch/sh: remove references to cpu_*_map.Gravatar Rusty Russell 2-2/+2
2012-02-24sh: Fix typo in pci-sh7780.cGravatar Masanari Iida 1-1/+1
2012-01-31sh: use the the PCI channels's io_map_baseGravatar Michael S. Tsirkin 2-2/+3
2012-01-27Merge branches 'sh/urgent' and 'sh/platform-updates' into sh-latestGravatar Paul Mundt 10-17/+44
2012-01-27sh: add platform_device for SPI1 in setup-sh7757Gravatar Shimoda, Yoshihiro 1-0/+20
2012-01-27sh: modify resource for SPI0 in setup-sh7757Gravatar Shimoda, Yoshihiro 1-1/+1
2012-01-27sh: se7724: fix compile breakageGravatar Guennadi Liakhovetski 5-0/+7
2012-01-18Merge branch 'sh/platform-updates' into sh-latestGravatar Paul Mundt 2-11/+3
2012-01-18sh: clock-sh7724: fixup sh_fsi clock settingsGravatar Kuninori Morimoto 1-1/+1
2012-01-18sh: sh7757lcr: update to the new MMCIF DMA configurationGravatar Guennadi Liakhovetski 1-10/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-16/+16
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsGravatar Eric Paris 2-8/+6
2012-01-17Audit: push audit success and retcode into arch ptrace.hGravatar Eric Paris 4-8/+10
2012-01-17Merge branch 'sh/platform-updates' into sh-latestGravatar Paul Mundt 8-9/+10
2012-01-17sh: fix the sh_mmcif_plat_data in board-sh7757lcrGravatar Shimoda, Yoshihiro 1-1/+2
2012-01-14Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Gravatar Linus Torvalds 5-6/+6
2012-01-13sh: Defer to asm-generic/device.h.Gravatar Paul Mundt 1-4/+4
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnGravatar Joe Perches 2-2/+2
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-1/+13
2012-01-11Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shGravatar Linus Torvalds 40-1549/+391
2012-01-12sh: magicpanelr2: Update for parse_mtd_partitions() fallout.Gravatar Paul Mundt 1-32/+2
2012-01-12sh: mach-rsk: Update for parse_mtd_partitions() fallout.Gravatar Paul Mundt 1-37/+6
2012-01-12Merge branch 'sh/nommu' into sh-latestGravatar Paul Mundt 3-65/+85
2012-01-12sh: sh2a: Improve cache flush/invalidate functionsGravatar Phil Edworthy 1-39/+84
2012-01-12Merge branch 'sh/hwblk' into sh-latestGravatar Paul Mundt 18-494/+8
2012-01-12Merge branch 'sh/pm-runtime' into sh-latestGravatar Paul Mundt 12-856/+202
2012-01-12sh: add a resource name for shdmaGravatar Shimoda, Yoshihiro 6-7/+12
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-31/+10
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-26/+1
2012-01-10Merge branch 'sh/urgent' into sh-latestGravatar Paul Mundt 4-12/+5
2012-01-10sh: Remove redundant try_to_freeze() invocations.Gravatar Paul Mundt 2-8/+0
2012-01-10sh: Ensure IRQs are enabled across do_notify_resume().Gravatar Paul Mundt 1-0/+1
2012-01-10sh: Fix up store queue code for subsys_interface changes.Gravatar Paul Mundt 1-4/+4
2012-01-09sh: add platform_device for renesas_usbhs in board-sh7757lcrGravatar Shimoda, Yoshihiro 1-0/+39
2012-01-09sh: modify clock-sh7757 for renesas_usbhsGravatar Shimoda, Yoshihiro 1-1/+1
2012-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 12-72/+66
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-53/+56
2012-01-06sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesGravatar Bjorn Helgaas 1-10/+10
2012-01-06PCI: sh: use generic pcibios_set_master()Gravatar Myron Stowe 1-15/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreGravatar Myron Stowe 1-6/+0
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 3-53/+56
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-13/+4