aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2014-08-06sh: remove CPU_SUBTYPE_SH7764Richard Weinberger1-3/+2
2014-07-15sh: dma: Use defines instead of hardcoded numbersGeert Uytterhoeven1-1/+1
2014-05-20sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()Bjorn Helgaas1-3/+15
2014-04-03arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLRGeert Uytterhoeven1-3/+0
2014-03-19sh/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-05-05sh: single_open() leaksAl Viro1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+19
2013-04-29sh: Don't use create_proc_read_entry()David Howells1-9/+19
2013-03-12async: rename and redefine async_func_ptrLai Jiangshan1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman3-5/+5
2012-11-28sh/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-5/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-09sh: dma: fix request_irq usageMike Frysinger1-1/+1
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-9/+4
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2-7/+2
2012-07-05sh/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-2/+2
2012-07-05sh/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-28sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu1-1/+1
2012-06-18Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas1-1/+1
2012-06-16sh/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-05-19sh: dma: More legacy cpu dma chainsawing.Paul Mundt1-113/+177
2012-05-19sh: Kill off MAX_DMA_ADDRESS leftovers.Paul Mundt2-18/+1
2012-05-18sh: legacy PCI evt2irq migration.Paul Mundt7-27/+39
2012-03-30sh: dma: Fix up device attribute mismatch from sysdev fallout.Paul Mundt1-1/+1
2012-03-28SH: pci-sh7780: enable big-endian operation.Thomas Schwinge1-3/+12
2012-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latestPaul Mundt1-64/+11
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-64/+11
2012-03-15arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall2-4/+4
2012-02-24Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-1/+1
2012-02-24sh: Fix typo in pci-sh7780.cMasanari Iida1-1/+1
2012-02-23sh/PCI: get rid of device resource fixupsBjorn Helgaas1-64/+11
2012-01-31sh: use the the PCI channels's io_map_baseMichael S. Tsirkin1-2/+2
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-31/+10
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-23/+0
2012-01-06sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-10/+10
2012-01-06PCI: sh: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-6/+0
2011-12-21sh: dma - convert sysdev_class to a regular subsystemKay Sievers1-40/+41
2011-11-28sh: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-23/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker1-0/+1
2011-10-28SH: irq: Remove IRQF_DISABLEDYong Zhang7-11/+10
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle11-11/+11