linux/drivers/net/phy
Linus Torvalds f317ff9eed Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull workqueue changes from Tejun Heo:
 "Surprisingly, Lai and I didn't break too many things implementing
  custom pools and stuff last time around and there aren't any follow-up
  changes necessary at this point.

  The only change in this pull request is Viresh's patches to make some
  per-cpu workqueues to behave as unbound workqueues dependent on a boot
  param whose default can be configured via a config option.  This leads
  to higher processing overhead / lower bandwidth as more work items are
  bounced across CPUs; however, it can lead to noticeable powersave in
  certain configurations - ~10% w/ idlish constant workload on a
  big.LITTLE configuration according to Viresh.

  This is because per-cpu workqueues interfere with how the scheduler
  perceives whether or not each CPU is idle by forcing pinned tasks on
  them, which makes the scheduler's power-aware scheduling decisions
  less effective.

  Its effectiveness is likely less pronounced on homogenous
  configurations and this type of optimization can probably be made
  automatic; however, the changes are pretty minimal and the affected
  workqueues are clearly marked, so it's an easy gain for some
  configurations for the time being with pretty unintrusive changes."

* 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  fbcon: queue work on power efficient wq
  block: queue work on power efficient wq
  PHYLIB: queue work on system_power_efficient_wq
  workqueue: Add system wide power_efficient workqueues
  workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
2013-07-02 19:53:30 -07:00
..
Kconfig Convert selectors of GENERIC_GPIO to GPIOLIB 2013-04-16 18:47:14 +09:00
Makefile phy: add AT803x driver 2012-10-18 15:34:30 -04:00
amd.c
at803x.c phy: add AT803x driver 2012-10-18 15:34:30 -04:00
bcm63xx.c
bcm87xx.c
broadcom.c
cicada.c
davicom.c net/phy/davicom: add irq functions to DM9161E and DM9161A 2012-11-14 18:51:02 -05:00
dp83640.c net/phy: Add interrupt support for dp83640 phy. 2012-12-05 16:01:28 -05:00
dp83640_reg.h
et1011c.c
fixed.c
icplus.c net: phy: icplus: fix broken INTR pin settings 2013-01-28 00:08:22 -05:00
lxt.c Supject: phy: make local function static 2013-03-09 16:09:17 -05:00
marvell.c mv643xx_eth with 88E1318S: support Wake on LAN 2013-03-12 11:40:54 -04:00
mdio-bitbang.c Revert "drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_free" 2012-11-14 22:32:15 -05:00
mdio-gpio.c net: mdio-gpio: Use module_platform_driver() 2013-03-20 13:25:37 -04:00
mdio-mux-gpio.c gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() 2013-02-13 10:11:53 +00:00
mdio-mux-mmioreg.c net/phy: remove __dev* attributes 2012-12-03 11:16:56 -08:00
mdio-mux.c
mdio-octeon.c netdev/phy: Implement ieee802.3 clause 45 in mdio-octeon.c 2013-04-07 17:12:01 -04:00
mdio_bus.c driver-core: constify data for class_find_device() 2013-02-06 12:18:56 -08:00
micrel.c phy/micrel: move flag handling to function for common use 2013-03-12 06:50:59 -04:00
national.c
phy.c Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2013-07-02 19:53:30 -07:00
phy_device.c phy: Fix phy_device_free memory leak 2013-02-28 15:37:30 -05:00
qsemi.c
realtek.c net: phy: realtek: add rtl8211e driver 2013-01-28 18:34:53 -05:00
smsc.c net: phy: smsc: Fix config_init typo 2012-12-07 14:26:15 -05:00
spi_ks8995.c net: phy: spi_ks8995: use spi_get_drvdata() and spi_set_drvdata() 2013-04-07 16:48:19 -04:00
ste10Xp.c
vitesse.c phy: vitesse make vsc824x_add_skew static 2013-03-09 16:09:17 -05:00