summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2009-05-03clocksource: SuperH TMU Timer driverMagnus Damm1-0/+12
2009-05-03sh: remove old MTU2 driverMagnus Damm5-215/+2
2009-05-03sh: sh2a MTU2 platform dataMagnus Damm5-1/+405
2009-05-03clocksource: SuperH MTU2 Timer driverMagnus Damm1-0/+11
2009-05-03time: sh: convert to use arch_getoffset() infrastructurejohn stultz5-113/+11
2009-05-03sh: remove obsolete hw_interrupt_typeThomas Gleixner2-2/+2
2009-05-03sh: remove obsolete no_irq_typeThomas Gleixner1-2/+1
2009-05-03Merge branch 'timers/clocksource' of git://git.kernel.org/pub/scm/linux/kerne...Paul Mundt2-3/+4
2009-04-30sh: remove old CMT driverMagnus Damm5-206/+6
2009-04-30sh: sh2/sh2a 16-bit CMT platform dataMagnus Damm3-0/+252
2009-04-30sh: pass through ioremap() for non-mmu processors.Magnus Damm2-9/+9
2009-04-28sh: register the rtc-generic platform device properly.Paul Mundt1-1/+16
2009-04-28sh: setup timers in late_time_init()Magnus Damm1-14/+20
2009-04-28sh: Use __INIT macro instead of .text.init.Tim Abbott1-2/+3
2009-04-27sh: mach-r2d: add physmap-flash support for R2D+ boards.Jean-Christophe PLAGNIOL-VILLARD2-1/+136
2009-04-27sh: rtc-generic support.Paul Mundt3-0/+35
2009-04-27sh: Fix up unsigned syscall_nr in SH-5 pt_regs.Paul Mundt1-1/+1
2009-04-27sh: select GENERIC_TIME for new CMT driver.Paul Mundt1-1/+2
2009-04-27sh: update defconfigs for PCI changes.Paul Mundt43-303/+1247
2009-04-27Merge branches 'sh/stable-updates' and 'sh/pci-rework'Paul Mundt52-2282/+999
2009-04-27sh: sh7785lcr: fix defconfig for 29-bit modeYoshihiro Shimoda1-20/+37
2009-04-26sh: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott4-4/+8
2009-04-24sh: pci: Fix up the build for CONFIG_PCI=n.Paul Mundt1-0/+2
2009-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt3-2/+11
2009-04-22clocksource: pass clocksource to read() callbackMagnus Damm2-2/+2
2009-04-21Merge branch 'sh/stable-updates' into sh/for-2.6.30Paul Mundt1-0/+9
2009-04-21sh: Fix mmap2 for handling differing PAGE_SIZEs.Toshinobu Sugioka1-0/+9
2009-04-20sh: pci: Rename pci-new.c to pci.c.Paul Mundt3-5/+1
2009-04-20sh: pci: Roll pci-lib in to pci-new.Paul Mundt3-225/+221
2009-04-20sh: pci: Kill off the last remnants of the now unused pci-auto code.Paul Mundt5-656/+0
2009-04-20sh: pci: Move the se7751 fixups in to arch/sh/drivers/pci/.Paul Mundt4-152/+112
2009-04-20sh: pci: Convert dreamcast to new-style interface.Paul Mundt3-20/+14
2009-04-20sh: pci: Consolidate lboxre2 and r2d IRQ fixups.Paul Mundt4-57/+26
2009-04-20sh: pci: Rename SH7751 platform ops files to fixups.Paul Mundt5-4/+4
2009-04-20sh: pci: Rewrite SH7751 PCI support to follow SH7780.Paul Mundt10-305/+76
2009-04-20sh: pci: Rename ops-cayman -> fixups-cayman.Paul Mundt2-1/+1
2009-04-20sh: pci: Convert the SH-5 code over to the new interface.Paul Mundt4-52/+23
2009-04-20sh: pci: Tidy up the dreamcast PCI support.Paul Mundt4-89/+119
2009-04-20sh: pci: Kill off legacy ide quirks.Paul Mundt2-42/+0
2009-04-20sh: pci: Consolidate pcibios_setup() in pci-lib.Paul Mundt4-35/+16
2009-04-20sh: pci: Kill off dead references to is_pci_ioaddr and friends.Paul Mundt4-66/+0
2009-04-20sh: pci: Flag the dreamcast BBA as IORESOURCE_PCI_FIXED.Paul Mundt1-0/+7
2009-04-20sh: pci: Kill off superfluous lboxre2 pci fixups.Paul Mundt2-43/+1
2009-04-20sh: pci: Kill off the now unused hose->io_base.Paul Mundt3-10/+0
2009-04-20sh: pci: Consolidate the remaining common bits.Paul Mundt3-116/+64
2009-04-20sh: pci: Consolidate bus<->resource mapping in pci-lib.Paul Mundt3-45/+31
2009-04-20sh: pci: Track io and mem_offset per-channel.Paul Mundt3-9/+14
2009-04-20sh: pci: New-style controller registration.Paul Mundt3-83/+130
2009-04-20sh: pci: Rework fixed region checks in ioremap().Paul Mundt2-25/+18
2009-04-20sh: pci: Consolidate pci_iomap() and use the generic I/O base.Paul Mundt5-94/+53