summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-0112-34/+29Star
* drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161Peter Korsgaard2011-11-011-0/+1
* driver/misc/fsa9480.c fix potential null-pointer dereferenceJonghwan Choi2011-11-011-1/+2
* lis3lv02d: make regulator API usage unconditionalMark Brown2011-11-011-22/+12Star
* lis3: remove the references to the global variable in core driverÉric Piel2011-11-012-103/+133
* lis3: change exported function to use passed parameterÉric Piel2011-11-015-9/+9
* lis3: use consistent naming of variablesÉric Piel2011-11-011-60/+60
* lis3: free regulators if probe() failsÉric Piel2011-11-011-2/+7
* hp_accel: add HP ProBook 655xÉric Piel2011-11-011-0/+1
* lis3: add support for HP EliteBook 8540wÉric Piel2011-11-011-0/+1
* lis3: add support for HP EliteBook 2730pÉric Piel2011-11-011-0/+1
* lis3lv02d: avoid divide by zero due to uncheckedÉric Piel2011-11-013-9/+32
* drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron2011-11-011-39/+8Star
* hwmon: convert idr to ida and use ida_simple interfaceJonathan Cameron2011-11-011-24/+8Star
* mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-11-013-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-3123-488/+539
|\
| * bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-304-60/+61
| * qlcnic: fix beacon and LED test.Sucheta Chakraborty2011-10-303-31/+57
| * qlcnic: updated reset sequenceSony Chacko2011-10-302-2/+50
| * qlcnic: reset loopback mode if promiscous mode setting fails.Sucheta Chakraborty2011-10-301-1/+1
| * qlcnic: skip IDC ack check in fw reset path.Sritej Velaga2011-10-301-1/+8
| * i825xx: Fix incorrect dependency for BVME6000_NETGeert Uytterhoeven2011-10-281-1/+1
| * stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO2011-10-285-40/+51
| * stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark2011-10-281-1/+1
| * stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO2011-10-281-2/+3
| * be2net: Changing MAC Address of a VF was broken.Somnath Kotur2011-10-282-13/+19
| * be2net: Refactored be_cmds.c file.Somnath Kotur2011-10-281-282/+114Star
| * bnx2x: update driver version to 1.70.30-0Dmitry Kravkov2011-10-271-2/+2
| * bnx2x: use FW 7.0.29.0Dmitry Kravkov2011-10-271-1/+1
| * bnx2x: Enable changing speed when port type is PORT_DAYaniv Rosner2011-10-271-0/+1
| * bnx2x: Fix 54618se LED behaviorYaniv Rosner2011-10-271-21/+23
| * bnx2x: Fix RX/TX problem caused by the MAC layerYaniv Rosner2011-10-271-12/+33
| * bnx2x: Add link retry to 578xx-KRYaniv Rosner2011-10-272-16/+104
| * bnx2x: Fix LED blink rate for 578xxYaniv Rosner2011-10-271-2/+9
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-10-311-1/+1
|\ \
| * | md/raid10: Fix bug when activating a hot-spare.NeilBrown2011-10-311-1/+1
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-304-17/+21
|\ \ \
| * | | i2c-algo-pca: Return standard fault codesJean Delvare2011-10-301-2/+4
| * | | i2c-algo-bit: Return standard fault codesJean Delvare2011-10-301-7/+7
| * | | i2c-algo-bit: Be verbose on bus testing failureJean Delvare2011-10-301-1/+3
| * | | i2c-algo-bit: Let user test buses without failingJean Delvare2011-10-301-3/+3
| * | | i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drvHarvey Yang2011-10-301-3/+3
| * | | i2c: I2C_ELEKTOR should depend on HAS_IOPORTGeert Uytterhoeven2011-10-301-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-3015-60/+2589
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-2115-60/+2589
| |\ \ \ \ \ \ \
| | | | | * | | | iommu/core: Remove global iommu_ops and register_iommuJoerg Roedel2011-10-211-23/+4Star
| | | | | * | | | iommu/msm: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | * | | | iommu/omap: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | * | | | iommu/vt-d: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1
| | | | | * | | | iommu/amd: Use bus_set_iommu instead of register_iommuJoerg Roedel2011-10-211-1/+1