summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (it87) Rearrange code to avoid forward declarationsGuenter Roeck2016-04-191-336/+327
* hwmon: (it87) Add support for second Super-IO chipGuenter Roeck2016-04-191-15/+34
* hwmon: (it87) Pass SIO base address as parameter to superio functionsGuenter Roeck2016-04-191-65/+72
* hwmon: (it87) Don't use pdev as static driver variableGuenter Roeck2016-04-191-3/+5
* hwmon: (it87) Simplify error return in it87_device_addGuenter Roeck2016-04-191-7/+3
* hwmon: (it87) Add support for second pwm frequency registerGuenter Roeck2016-04-191-31/+69
* hwmon: (it87) Add support for all pwm channels on IT8620EGuenter Roeck2016-04-191-20/+94
* hwmon: (it87) Add feature flag for AVCC3 supportGuenter Roeck2016-04-191-8/+13
* hwmon: (fam15h_power) Add platform check functionHuang Rui2016-04-191-2/+7
* hwmon: (fam15h_power) Add documentation for TDP and accumulated power algorithmHuang Rui2016-04-191-1/+1
* hwmon: (fam15h_power) Introduce a cpu accumulated power reporting algorithmHuang Rui2016-04-191-4/+124
* hwmon: (fam15h_power) Add ptsc counter value for accumulated powerHuang Rui2016-04-191-0/+4
* hwmon: (fam15h_power) Add compute unit accumulated powerHuang Rui2016-04-191-1/+71
* hwmon: (fam15h_power) Add CPU_SUP_AMD as the dependenceHuang Rui2016-04-191-1/+1
* hwmon: (max31722) Add support for MAX31722/MAX31723 temperature sensorsTiberiu Breana2016-04-193-0/+176
* hwmon: (ads7828) Enable internal referenceAkshay Bhat2016-04-191-0/+10
* v4l2-mc: avoid warning about unused variableLinus Torvalds2016-04-031-1/+1
* Merge tag 'rproc-v4.6-rc1' of git://github.com/andersson/remoteprocLinus Torvalds2016-04-031-2/+2
|\
| * remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueVladimir Zapolskiy2016-03-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2016-04-034-65/+28
|\ \
| * | target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-312-8/+14
| * | target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig2016-03-311-8/+9
| * | target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-312-12/+1
| * | iser-target: Use ib_drain_qpSagi Grimberg2016-03-312-37/+4
| |/
* | Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-032-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0245-460/+584
|\ \
| * | net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas2016-04-011-14/+16
| * | stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-013-47/+72
| * | Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-012-9/+11
| * | stmmac: fix TX normal DESCGiuseppe CAVALLARO2016-04-011-8/+8
| * | net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * | net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * | net: mvpp2: fix maybe-uninitialized warningJisheng Zhang2016-04-011-1/+3
| * | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-3/+5
| * | net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband cardDaniele Palmas2016-03-311-0/+7
| * | fec: Do not access unexisting register in ColdfireFabio Estevam2016-03-311-1/+1
| * | net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-9/+1
| * | net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-13/+1
| * | net: dsa: mv88e6xxx: Clear the PDOWN bit on setupPatrick Uiterwijk2016-03-312-0/+44
| * | net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write}Patrick Uiterwijk2016-03-311-13/+36
| * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-03-319-121/+107
| |\ \
| | * | ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala2016-03-301-12/+4
| | * | ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2016-03-302-7/+5
| | * | ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala2016-03-301-18/+34
| | * | ixgbe: make __ixgbe_setup_tc staticEmil Tantilov2016-03-301-2/+2
| | * | ixgbevf: fix error code path when setting MAC addressEmil Tantilov2016-03-302-5/+11
| | * | ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-303-4/+6
| | * | ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-303-4/+6
| | * | ixgbe: Use udelay to avoid sleeping while atomicMark Rustad2016-03-301-1/+1
| | * | ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck2016-03-301-24/+21