summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c-piix4: Fix build failureDaniel J Blueman2012-10-051-0/+1
* i2c-i801: Let i2c-mux-gpio find the GPIO chipJean Delvare2012-10-051-33/+4
* i2c-mux-gpio: Add support for dynamically allocated GPIO pinsJean Delvare2012-10-051-6/+32
* i2c-mux-gpio: Use devm_kzalloc instead of kzallocMaxime Ripard2012-10-051-9/+5
* i2c-i801: Support SMBus multiplexing on Asus Z8 seriesJean Delvare2012-10-052-1/+214
* i2c-viapro: Add VIA VX900 device IDJean Delvare2012-10-052-1/+5
* i2c-parport: i2c_parport_irq can be staticJean Delvare2012-10-051-1/+1
* i2c-designware: i2c_dw_xfer_msg can be staticJean Delvare2012-10-051-1/+1
* i2c/scx200_*: Replace printks with pr_<level>sJim Cromie2012-10-052-21/+18
* i2c: Make I2C available on UMLPeter Huewe2012-10-052-14/+17
* i2c: Convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-051-3/+13
* i2c-smbus: Convert kzalloc to devm_kzallocJulia Lawall2012-10-051-7/+4
* i2c-mux: Add support for device auto-detectionJean Delvare2012-10-055-7/+33
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-0520-168/+229
|\
| * driver/mtd:IFC NAND:Initialise internal SRAM before any writePrabhakar Kushwaha2012-09-271-1/+55
| * Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-09-181-31/+12
| |\
| | * powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao2012-09-121-31/+12
| * | powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2012-09-181-1/+1
| * | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt2012-09-1778-900/+847
| |\ \ | | |/ | |/|
| | * Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas2012-09-13464-2743/+6077
| | |\
| * | \ Merge branch 'merge' into nextBenjamin Herrenschmidt2012-09-07434-2643/+5823
| |\ \ \
| * | | | powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman2012-09-051-9/+9
| * | | | hvc_vio: Improve registration of udbg backendBenjamin Herrenschmidt2012-09-051-53/+70
| * | | | hvc_console: Better kernel console supportBenjamin Herrenschmidt2012-09-051-7/+26
| * | | | powerpc/ps3: Replace virt_to_abs() with __pa()Michael Ellerman2012-09-051-2/+1
| * | | | ehea: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-053-14/+13
| * | | | drivers/macintosh/smu.c: Replace abs_to_virt() with __va()Michael Ellerman2012-09-051-2/+1
| * | | | IB/ehca: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-058-22/+21
| * | | | IB/ehca: Don't use phys_to_abs(), it's a nopMichael Ellerman2012-09-051-19/+14
| * | | | powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman2012-09-051-9/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-0518-148/+176
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fixes-for-3.7' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-10-043-5/+9
| |\ \ \ \ \
| | * | | | | can: mpc5xxx_can: fix section type conflictMarc Kleine-Budde2012-10-041-4/+4
| | * | | | | can: peak_pcmcia: fix error return codePeter Senna Tschudin2012-10-041-1/+3
| | * | | | | can: peak_pci: fix error return codePeter Senna Tschudin2012-10-041-0/+2
| * | | | | | team: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
| * | | | | | bonding: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-046-114/+112
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-10-033-0/+4
| | * | | | | ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bitEmil Tantilov2012-10-031-1/+1
| | * | | | | ixgbe: fix PTP ethtool timestamping functionJacob Keller2012-10-031-4/+1
| | * | | | | ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2012-10-032-61/+48
| | * | | | | ixgbe: Fix PTP X540 SDP alignment code for PPS signalJacob Keller2012-10-031-89/+99
| * | | | | | cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller2012-10-041-0/+1
| * | | | | | bnx2x: fix ring size for 10G functionsYuval Mintz2012-10-031-7/+10
| * | | | | | cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya2012-10-031-13/+30
| |/ / / / /
| * | | | | tg3: Fix sparse warnings.Michael Chan2012-10-031-5/+6
| * | | | | bnx2x: use strlcpy() to copy a stringDan Carpenter2012-10-031-3/+2
| * | | | | net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...htbegin2012-10-031-0/+1
| * | | | | pch_gbe: Fix PTP dependencies.David S. Miller2012-10-031-1/+1