alistair23-linux/drivers/regulator
Linus Torvalds 033d9959ed Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull workqueue changes from Tejun Heo:
 "This is workqueue updates for v3.7-rc1.  A lot of activities this
  round including considerable API and behavior cleanups.

   * delayed_work combines a timer and a work item.  The handling of the
     timer part has always been a bit clunky leading to confusing
     cancelation API with weird corner-case behaviors.  delayed_work is
     updated to use new IRQ safe timer and cancelation now works as
     expected.

   * Another deficiency of delayed_work was lack of the counterpart of
     mod_timer() which led to cancel+queue combinations or open-coded
     timer+work usages.  mod_delayed_work[_on]() are added.

     These two delayed_work changes make delayed_work provide interface
     and behave like timer which is executed with process context.

   * A work item could be executed concurrently on multiple CPUs, which
     is rather unintuitive and made flush_work() behavior confusing and
     half-broken under certain circumstances.  This problem doesn't
     exist for non-reentrant workqueues.  While non-reentrancy check
     isn't free, the overhead is incurred only when a work item bounces
     across different CPUs and even in simulated pathological scenario
     the overhead isn't too high.

     All workqueues are made non-reentrant.  This removes the
     distinction between flush_[delayed_]work() and
     flush_[delayed_]_work_sync().  The former is now as strong as the
     latter and the specified work item is guaranteed to have finished
     execution of any previous queueing on return.

   * In addition to the various bug fixes, Lai redid and simplified CPU
     hotplug handling significantly.

   * Joonsoo introduced system_highpri_wq and used it during CPU
     hotplug.

  There are two merge commits - one to pull in IRQ safe timer from
  tip/timers/core and the other to pull in CPU hotplug fixes from
  wq/for-3.6-fixes as Lai's hotplug restructuring depended on them."

Fixed a number of trivial conflicts, but the more interesting conflicts
were silent ones where the deprecated interfaces had been used by new
code in the merge window, and thus didn't cause any real data conflicts.

Tejun pointed out a few of them, I fixed a couple more.

* 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq: (46 commits)
  workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()
  workqueue: use cwq_set_max_active() helper for workqueue_set_max_active()
  workqueue: introduce cwq_set_max_active() helper for thaw_workqueues()
  workqueue: remove @delayed from cwq_dec_nr_in_flight()
  workqueue: fix possible stall on try_to_grab_pending() of a delayed work item
  workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()
  workqueue: use __cpuinit instead of __devinit for cpu callbacks
  workqueue: rename manager_mutex to assoc_mutex
  workqueue: WORKER_REBIND is no longer necessary for idle rebinding
  workqueue: WORKER_REBIND is no longer necessary for busy rebinding
  workqueue: reimplement idle worker rebinding
  workqueue: deprecate __cancel_delayed_work()
  workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()
  workqueue: use mod_delayed_work() instead of __cancel + queue
  workqueue: use irqsafe timer for delayed_work
  workqueue: clean up delayed_work initializers and add missing one
  workqueue: make deferrable delayed_work initializer names consistent
  workqueue: cosmetic whitespace updates for macro definitions
  workqueue: deprecate system_nrt[_freezable]_wq
  workqueue: deprecate flush[_delayed]_work_sync()
  ...
2012-10-02 09:54:49 -07:00
..
88pm8607.c
aat2870-regulator.c regulator: aat2870: Don't explicitly initialise the first field 2012-09-10 15:34:36 +08:00
ab3100.c regulator: ab3100: Remove get_voltage implementation for regulator_ops_fixed 2012-08-28 11:00:27 -07:00
ab8500.c regulator: ab8500: provide per-regulator shift 2012-08-28 11:00:30 -07:00
ad5398.c
anatop-regulator.c regulator: anatop: Fix wrong mask used in anatop_get_voltage_sel 2012-08-07 18:10:26 +01:00
arizona-ldo1.c Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-next 2012-09-28 14:45:07 +01:00
arizona-micsupp.c regulator: arizona-micsupp: Support get/set bypass 2012-09-10 11:25:12 +08:00
core.c Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2012-10-02 09:54:49 -07:00
da903x.c
da9052-regulator.c regulator: da9052: set_current_limit should select the maximum current in specific range 2012-08-28 11:00:26 -07:00
db8500-prcmu.c
dbx500-prcmu.c
dbx500-prcmu.h
dummy.c regulator: make the dummy regulator's print_constraint more helpful 2012-08-08 14:31:53 +01:00
dummy.h
fan53555.c regulator: fan53555: remove vsel_max not used 2012-09-10 15:58:01 +08:00
fixed-helper.c
fixed.c
gpio-regulator.c regulator: gpio-regulator: Split setting of voltages and currents 2012-08-08 12:16:06 +01:00
isl6271a-regulator.c regulator: isl6271a: Remove get_voltage implementation for isl_fixed_ops 2012-08-28 11:00:27 -07:00
Kconfig Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-next 2012-09-28 14:45:07 +01:00
lp872x.c regulator: lp872x: remove unnecessary function 2012-09-06 07:53:03 +08:00
lp3971.c
lp3972.c
lp8788-buck.c regulator: Use BUCK_FPWM_[MASK|SHIFT] macros to replace buck_pmap table 2012-08-28 11:00:24 -07:00
lp8788-ldo.c regulator: lp8788-ldo: Set n_voltages to 1 for fixed voltage 2012-08-28 11:00:24 -07:00
Makefile regulator: Fairchild fan53555 support 2012-09-10 09:55:22 +08:00
max1586.c
max8649.c
max8660.c
max8907-regulator.c regulator: max8907: Add MODULE_ALIAS 2012-08-28 11:00:30 -07:00
max8925-regulator.c
max8952.c
max8997.c
max8998.c
max77686.c regulator: max77686: Use array to save pointer to rdev 2012-08-28 11:00:26 -07:00
mc13xxx-regulator-core.c regulator: mc13xxx: Remove get_voltage implementation for single voltage regulators 2012-08-28 11:00:27 -07:00
mc13xxx.h regulator: mc13xxx: Remove get_voltage implementation for single voltage regulators 2012-08-28 11:00:27 -07:00
mc13783-regulator.c regulator: mc13783: add regulators sw1x and sw2x 2012-08-28 11:00:30 -07:00
mc13892-regulator.c regulator: mc13xxx: Remove get_voltage implementation for single voltage regulators 2012-08-28 11:00:27 -07:00
of_regulator.c regulator: deprecate regulator-compatible DT property 2012-09-25 13:44:47 +01:00
palmas-regulator.c regulator: palmas: Convert palmas_ops_ldo to [get|set]_voltage_sel_regmap 2012-08-28 11:00:16 -07:00
pcap-regulator.c
pcf50633-regulator.c
rc5t583-regulator.c
s2mps11.c regulator: s2mps11: Use array to save pointer to rdev 2012-08-28 11:00:15 -07:00
s5m8767.c regulator: Fix an s5m8767 build failure 2012-07-31 00:51:09 +02:00
tps6105x-regulator.c
tps6507x-regulator.c
tps6524x-regulator.c regulator: tps6524x: set_current_limit should select the maximum current in specific range 2012-08-28 11:00:26 -07:00
tps6586x-regulator.c Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-next 2012-09-28 14:45:07 +01:00
tps62360-regulator.c
tps65023-regulator.c
tps65090-regulator.c
tps65217-regulator.c mfd: Move tps65217 regulator plat data handling to regulator 2012-08-22 10:55:25 +02:00
tps65910-regulator.c
tps65912-regulator.c
twl-regulator.c regulator: twl: Remove another unused variable warning 2012-09-09 11:09:38 +08:00
userspace-consumer.c
virtual.c
wm831x-dcdc.c regulator: wm831x-dcdc: set_current_limit should select the maximum current in specific range 2012-08-28 11:00:26 -07:00
wm831x-isink.c
wm831x-ldo.c Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-next 2012-09-28 14:45:07 +01:00
wm8350-regulator.c
wm8400-regulator.c regulator: wm8400: Simplify set REGULATOR_MODE_IDLE mode in wm8400_dcdc_set_mode 2012-08-28 11:00:25 -07:00
wm8994-regulator.c