summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare2011-11-0419-234/+115
* hwmon: (smsc47b397) Fix checkpatch errorsJean Delvare2011-11-041-5/+8
* hwmon: (lm90) Make code more readableJean Delvare2011-11-041-74/+69
* hwmon: (lm90) Fix warningsJean Delvare2011-11-041-15/+16
* hwmon: (ibmaem) Avoid repeated memory allocationsJean Delvare2011-11-041-8/+20
* hwmon: (ibmaem) Make instance initializations independentJean Delvare2011-11-041-10/+2
* hwmon: (ibmaem) Fix error pathsJean Delvare2011-11-041-8/+12
* hwmon: (lm73) Make detection less problematicJean Delvare2011-11-041-4/+18
* hwmon: Avoid building drivers for powerpc that read/write ISA addressesDean Nelson2011-11-041-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-0428-135/+182
|\
| * be2net: Add detect UE feature for LancerPadmanabh Ratnakar2011-11-043-21/+42
| * be2net: Prevent CQ full condition for LancerPadmanabh Ratnakar2011-11-041-4/+4
| * be2net: Fix disabling multicast promiscous modePadmanabh Ratnakar2011-11-041-0/+7
| * be2net: Fix endian issue in RX filter commandPadmanabh Ratnakar2011-11-041-1/+1
| * ixgbevf: Update release versionGreg Rose2011-11-031-1/+1
| * ixgbe: DCB, return max for IEEE traffic classesJohn Fastabend2011-11-031-4/+6
| * ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov2011-11-031-9/+11
| * ixgbe: Fix compiler warningsGreg Rose2011-11-031-0/+2
| * ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend2011-11-031-21/+12
| * ixgbe: fix disabling of Tx laser at probeEmil Tantilov2011-11-031-7/+7
| * ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov2011-11-031-1/+0
| * igb: Fix for I347AT4 PHY cable length unit detectionKantecki, Tomasz2011-11-031-1/+1
| * e100: make sure vlan support isn't advertised on old adaptersJesse Brandeburg2011-11-031-0/+4
| * e1000e: demote a debugging WARN to a debug log messageBruce Allan2011-11-031-2/+1
| * net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.cStephen Rothwell2011-11-021-2/+2
| * net/ethernet: Move mac89x0.c from apple to cirrusGeert Uytterhoeven2011-11-025-14/+14
| * net/ethernet: sc92031 is not RealtekCesar Eduardo Barros2011-11-027-13/+40
| * isdn: hisax: Fix typo 'HISAX_DE_AOC'Paul Bolle2011-11-011-3/+3
| * bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan2011-11-012-27/+22
| * drivers/net/ethernet/i825xx/3c505.c: fix build with dynamic debugAndrew Morton2011-11-011-4/+2
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-0320-257/+491
|\ \
| * | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2011-10-259-12/+11
| * | MIPS: Alchemy: kill au1xxx.h headerManuel Lauss2011-10-253-3/+7
| * | MIPS, IDE: Alchem, au1xxx-ide: Remove pb1200/db1200 header depManuel Lauss2011-10-251-18/+26
| * | MIPS: Alchemy: abstract USB block control register accessManuel Lauss2011-10-254-166/+359
| * | MMC: au1xmmc: Remove Alchemy CPU subtype dependenciesManuel Lauss2011-10-251-43/+50
| * | NET: au1000_eth: Pass MACDMA address through platform resource info.Manuel Lauss2011-10-252-13/+37
| * | MIPS: Lantiq: Fix MTD registration of NOR deviceJohn Crispin2011-10-201-2/+2
* | | edac: Only build sb_edac on 64-bitJosh Boyer2011-11-031-1/+1
* | | Merge branch 'next' of git://github.com/kernelslacker/cpufreqLinus Torvalds2011-11-033-32/+268
|\ \ \
| * | | [CPUFREQ] db8500: support all frequenciesLinus Walleij2011-10-261-8/+16
| * | | [CPUFREQ] db8500: remove unneeded for loop iteration over freq_tableAxel Lin2011-10-261-5/+0
| * | | [CPUFREQ] ARM Exynos4210 PM/Suspend compatibility with different bootloadersMyungJoo Ham2011-10-261-4/+102
| * | | [CPUFREQ] ARM: ux500: send cpufreq notification for all cpusVincent Guittot2011-10-261-3/+4
| * | | [CPUFREQ] e_powersaver: Allow user to lower maximum voltageRafał Bilski2011-10-261-0/+18
| * | | [CPUFREQ] e_powersaver: Check BIOS limit for CPU frequencyRafał Bilski2011-10-261-0/+76
| * | | [CPUFREQ] e_powersaver: Additional checksRafał Bilski2011-10-261-11/+30
| * | | [CPUFREQ] exynos4210: Show list of available frequenciesDonggeun Kim2011-10-261-1/+22
* | | | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-0345-2174/+4425
|\ \ \ \
| * | | | mfd: Add missing <linux/io.h> include to intel_msicMika Westerberg2011-10-241-0/+1