Age | Commit message (Expand) | Author | Files | Lines |
2020-08-15 | sh: pci: Modernize printing of kernel messages | Geert Uytterhoeven | 3 | -21/+19 |
2020-08-15 | sh: Remove SH5-based Cayman platform | Geert Uytterhoeven | 2 | -79/+0 |
2020-06-01 | sh: remove sh5 support | Arnd Bergmann | 4 | -391/+0 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -2/+2 |
2019-10-18 | sh: Use pr_warn instead of pr_warning | Kefeng Wang | 1 | -1/+1 |
2019-05-15 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 3 | -3/+3 |
2019-02-20 | dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag | Christoph Hellwig | 1 | -2/+1 |
2018-12-28 | sh: drivers: convert to SPDX identifiers | Kuninori Morimoto | 22 | -86/+26 |
2018-07-30 | PCI: Call dma_debug_add_bus() for pci_bus_type from PCI core | Christoph Hellwig | 1 | -2/+0 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-04-13 | arch/sh: pcie-sh7786: handle non-zero DMA offset | Thomas Petazzoni | 1 | -0/+8 |
2018-04-13 | arch/sh: pcie-sh7786: adjust the memory mapping | Thomas Petazzoni | 1 | -5/+14 |
2018-04-13 | arch/sh: pcie-sh7786: adjust PCI MEM and IO regions | Thomas Petazzoni | 1 | -18/+18 |
2018-04-13 | arch/sh: pcie-sh7786: exclude unusable PCI MEM areas | Thomas Petazzoni | 1 | -0/+12 |
2018-04-13 | arch/sh: pcie-sh7786: mark unavailable PCI resource as disabled | Thomas Petazzoni | 1 | -0/+3 |
2018-04-13 | arch/sh: pci: don't use disabled resources | Thomas Petazzoni | 1 | -0/+5 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -8/+6 |
2017-11-22 | treewide: init_timer() -> setup_timer() | Kees Cook | 1 | -6/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 6 | -0/+6 |
2017-09-12 | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+1 |
2017-09-07 | Merge branch 'pci/resource' into next | Bjorn Helgaas | 1 | -8/+0 |
2017-09-01 | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags | Christoph Hellwig | 1 | -2/+1 |
2017-08-04 | sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks | Lorenzo Pieralisi | 1 | -16/+25 |
2017-08-04 | sh/PCI: Remove __init optimisations from IRQ mapping functions/data | Matthew Minter | 10 | -14/+14 |
2017-08-02 | PCI: Add a generic weak pcibios_fixup_bus() | Palmer Dabbelt | 1 | -8/+0 |
2017-04-20 | sh/PCI: Use generic pci_mmap_resource_range() | David Woodhouse | 1 | -22/+0 |
2017-04-20 | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 1 | -1/+2 |
2016-08-03 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -2/+2 |
2015-07-28 | PCI: Remove unused "pci_probe" flags | Bjorn Helgaas | 1 | -8/+0 |
2015-06-08 | PCI: Remove unnecessary #includes of <asm/pci.h> | Bjorn Helgaas | 2 | -2/+0 |
2015-03-19 | PCI: Cleanup control flow | Bjorn Helgaas | 1 | -12/+14 |
2015-03-19 | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 1 | -0/+1 |
2014-05-21 | sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory() | Bjorn Helgaas | 1 | -3/+15 |
2014-04-04 | arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLR | Geert Uytterhoeven | 1 | -3/+0 |
2014-03-20 | sh/PCI: Use default pcibios_enable_device() | Bjorn Helgaas | 1 | -5/+0 |
2013-07-25 | PCI: Delay enabling bridges until they're needed | Yinghai Lu | 1 | -1/+0 |
2013-03-13 | async: rename and redefine async_func_ptr | Lai Jiangshan | 1 | -1/+1 |
2013-01-04 | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 3 | -5/+5 |
2012-11-29 | sh/PCI: Remove CONFIG_HOTPLUG ifdefs | Bill Pemberton | 1 | -2/+0 |
2012-09-19 | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 1 | -5/+0 |
2012-09-19 | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 1 | -1/+1 |
2012-07-25 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 3 | -9/+4 |
2012-07-06 | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 2 | -7/+2 |
2012-07-06 | sh/PCI: adjust section annotations for pcibios_setup() | Myron Stowe | 1 | -2/+2 |
2012-07-06 | sh/PCI: factor out pcibios_setup() | Myron Stowe | 1 | -5/+0 |
2012-06-28 | sh: Convert sh_clk_mstp32_register to sh_clk_mstp_register | Nobuhiro Iwamatsu | 1 | -1/+1 |
2012-06-18 | Merge branch 'topic/sebastian-devinit-fixups' into next | Bjorn Helgaas | 1 | -1/+1 |
2012-06-16 | sh/PCI: move fixup hooks from __init to __devinit | Sebastian Andrzej Siewior | 1 | -1/+1 |
2012-06-14 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 1 | -1/+1 |
2012-05-18 | sh: legacy PCI evt2irq migration. | Paul Mundt | 7 | -27/+39 |