Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
47e0ab3f39aec53d9b7ac77dbe11a645e40583f9
/
drivers
47e0ab3
Merge branch 'pci/msi' into next
by Bjorn Helgaas
· 11 years ago
f72e111
Merge branch 'pci/deletion' into next
by Bjorn Helgaas
· 11 years ago
9dc1d43
Merge branch 'pci/host-designware' into next
by Bjorn Helgaas
· 11 years ago
fc05ea7
Merge branch 'pci/host-mvebu' into next
by Bjorn Helgaas
· 11 years ago
4bd70bc
Merge branch 'pci/host-imx6' into next
by Bjorn Helgaas
· 11 years ago
52179dc
PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int
by Alexander Gordeev
· 11 years ago
2adc790
PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() fails
by Alexander Gordeev
· 11 years ago
fce8591
PCI: designware: Fix I/O transfers by using CPU (not realio) address
by Pratyush Anand
· 11 years ago
a01ef59
PCI: designware: Add dw_pcie prefix before cfg_read/write
by Pratyush Anand
· 11 years ago
ca16589
PCI: designware: Fix missing MSI IRQs
by Harro Haan
· 11 years ago
1c51b50
PCI/MSI: Export MSI mode using attributes, not kobjects
by Greg Kroah-Hartman
· 11 years ago
e75f34c
PCI/portdrv: Remove extra get_device()/put_device() for pcie_device
by Bjorn Helgaas
· 11 years ago
f398620
PCI/portdrv: Add put_device() after device_register() failure
by Levente Kurusa
· 11 years ago
8f3acca
PCI/portdrv: Cleanup error paths
by Bjorn Helgaas
· 11 years ago
339135f
PCI: mvebu: Remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
bc9ef77
PCI: imx6: Fix bugs in PCIe startup code
by Richard Zhu
· 11 years ago
fa33a6d
PCI: imx6: Start link in Gen1 before negotiating for Gen2 mode
by Marek Vasut
· 11 years ago
66a60f9
PCI: imx6: Factor out link up wait loop
by Marek Vasut
· 11 years ago
982aa23
PCI: imx6: Factor out PHY reset
by Marek Vasut
· 11 years ago
7f9f40c
PCI: imx6: Report "link up" only after link training completes
by Marek Vasut
· 11 years ago
c28f8a1
PCI: imx6: Make reset-gpio optional
by Marek Vasut
· 11 years ago
608235a
Merge branch 'pci/vc' into next
by Bjorn Helgaas
· 11 years ago
a737f76
Merge branch 'pci/pciehp' into next
by Bjorn Helgaas
· 11 years ago
765147f
Merge branch 'pci/host-tegra' into next
by Bjorn Helgaas
· 11 years ago
1c898ba
Merge branch 'pci/host-rcar' into next
by Bjorn Helgaas
· 11 years ago
7160266
Merge branch 'pci/host-mvebu' into next
by Bjorn Helgaas
· 11 years ago
ed00f97
Merge branch 'pci/host-imx6' into next
by Bjorn Helgaas
· 11 years ago
c354e811
Merge branch 'pci/host-designware' into next
by Bjorn Helgaas
· 11 years ago
330ebfe
Merge branch 'pci/deletion' into next
by Bjorn Helgaas
· 11 years ago
d9cdfb8
Merge branch 'pci/aer' into next
by Bjorn Helgaas
· 11 years ago
e338e49
Merge branch 'eisa' into next
by Bjorn Helgaas
· 11 years ago
ef83b07
PCI: Remove from bus_list and release resources in pci_release_dev()
by Yinghai Lu
· 11 years ago
ef37702
PCI: Move pci_proc_attach_device() to pci_bus_add_device()
by Yinghai Lu
· 11 years ago
e3b439e
PCI: Use device_release_driver() in pci_stop_root_bus()
by Yinghai Lu
· 11 years ago
c4a0a5d
PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()
by Rafael J. Wysocki
· 11 years ago
274127a
PCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2
by Alex Williamson
· 11 years ago
425c1b2
PCI: Add Virtual Channel to save/restore support
by Alex Williamson
· 11 years ago
fd0f7f7
PCI: Add support for save/restore of extended capabilities
by Alex Williamson
· 11 years ago
157e876
PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())
by Alex Williamson
· 11 years ago
af9ab79
PCI: pciehp: Move Attention & Power Indicator support tests to accessors
by Bjorn Helgaas
· 11 years ago
e7b4f0d7
PCI: pciehp: Use symbolic constants for Slot Control fields
by Bjorn Helgaas
· 11 years ago
df72648
PCI: pciehp: Use symbolic constants, not hard-coded bitmask
by Bjorn Helgaas
· 11 years ago
2f2ed41c
PCI: pciehp: Simplify "Power Fault Detected" checking/clearing
by Bjorn Helgaas
· 11 years ago
afe2478
PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)
by Bjorn Helgaas
· 11 years ago
6dae620
PCI: pciehp: Make various functions void since they can't fail
by Bjorn Helgaas
· 11 years ago
1a84b99
PCI: pciehp: Remove error checks when accessing PCIe Capability
by Bjorn Helgaas
· 11 years ago
cd84d34
PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers
by Bjorn Helgaas
· 12 years ago
3620437
PCI/AER: Consolidate HEST error source parsers
by Bjorn Helgaas
· 11 years ago
8e7f8d0
PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse()
by Betty Dall
· 11 years ago
1c38108
PCI/AER: Clean up error printing code a bit
by Borislav Petkov
· 11 years ago
fab4c25
PCI/AER: Add a TLP header print helper
by Borislav Petkov
· 11 years ago
04df008
EISA: Call put_device() if device_register() fails
by Levente Kurusa
· 11 years ago
1d72e71
Merge branch 'pci/yijing-dev_is_pci' into next
by Bjorn Helgaas
· 11 years ago
6c52f51
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 11 years ago
5b764b8
PCI: Stop clearing bridge Secondary Status when setting up I/O aperture
by Bjorn Helgaas
· 11 years ago
d2f54d9
PCI: Prevent bus conflicts while checking for bridge apertures
by Bjorn Helgaas
· 11 years ago
ac8344c
PCI: Drop "irq" param from *_restore_msi_irqs()
by DuanZhenzhong
· 11 years ago
6f825b7
PCI/portdrv: Remove superfluous name cast
by Geert Uytterhoeven
· 11 years ago
40c368c
PCI: Use dev_is_pci() to identify PCI devices
by Yijing Wang
· 11 years ago
84f4719
PCI: mvebu: Remove duplicate of_clk_get_by_name() call
by Andrew Lunn
· 11 years ago
fb178d8
PCI: rcar: Add runtime PM support
by Valentine Barshak
· 11 years ago
b391bf3
PCI: imx6: Remove unneeded 'goto err'
by Fabio Estevam
· 11 years ago
0b8cfb6
PCI: designware: Use typical "for" loop idiom
by Bjorn Helgaas
· 11 years ago
64989e7
PCI: designware: Remove redundant call to pci_write_config_word()
by Bjørn Erik Nilsen
· 11 years ago
be3f48c
PCI: designware: Fix crash in dw_msi_teardown_irq()
by Bjørn Erik Nilsen
· 11 years ago
ebb034a
PCI: imx6: Remove unneeded check of platform_get_resource()
by Fabio Estevam
· 11 years ago
c176d1c
PCI: rcar: Fix rcar_pci_probe() return value check
by Wei Yongjun
· 11 years ago
17bd86c
PCI: Disable Gen2 for Tegra20 and Tegra30
by Eric Brower
· 11 years ago
4fc9bbf
PCI: Disable Bus Master only on kexec reboot
by Khalid Aziz
· 11 years ago
641e674
PCI: mvebu: Support a bridge with no IO port window
by Jason Gunthorpe
· 11 years ago
43a16f94
PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bits
by Jason Gunthorpe
· 11 years ago
f407dae
PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin
by Jason Gunthorpe
· 11 years ago
2850b05
PCI: mvebu: Drop writes to bridge Secondary Status register
by Jason Gunthorpe
· 11 years ago
4bff674
PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()
by Rafael J. Wysocki
· 11 years ago
12c3156
PCI: Avoid unnecessary CPU switch when calling driver .probe() method
by Alexander Duyck
· 11 years ago
045cc22
PCI: Clear NumVFs when disabling SR-IOV in sriov_init()
by ethan.zhao
· 11 years ago
aecde27
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
e341478
Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 11 years ago
b0e3636
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
0032cde
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
d2c2ad5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
a5d6e63
Merge branch 'akpm' (fixes from Andrew)
by Linus Torvalds
· 11 years ago
78dc53c
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 11 years ago
51a0d03
ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdown
by Johan Hovold
· 11 years ago
044c8d4
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
by Yuanhan Liu
· 11 years ago
db739ef
xen-netback: stop the VIF thread before unbinding IRQs
by David Vrabel
· 11 years ago
78ef359
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 11 years ago
7acd718
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
760c960
drm/sysfs: fix hotplug regression since lifetime changes
by David Herrmann
· 11 years ago
c3bddbd
drm/exynos: g2d: fix memory leak to userptr
by Inki Dae
· 11 years ago
27946e9
Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes
by Dave Airlie
· 11 years ago
28adb30
Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes
by Dave Airlie
· 11 years ago
cf969677
Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 11 years ago
ded5107
Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 11 years ago
86784c6
iscsi-target: chap auth shouldn't match username with trailing garbage
by Eric Seppanen
· 11 years ago
369653e
iscsi-target: fix extract_param to handle buffer length corner case
by Eric Seppanen
· 11 years ago
3fb69bc
net/phy: Add the autocross feature for forced links on VSC82x4
by Madalin Bucur
· 11 years ago
06ae4f8
net/phy: Add VSC8662 support
by Sandeep Singh
· 11 years ago
c2efef7
net/phy: Add VSC8574 support
by shaohui xie
· 11 years ago
0508019
net/phy: Add VSC8234 support
by Andy Fleming
· 11 years ago
Next »