]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
Merge branch 'pm-ti-linux-3.14.y' of git://git.ti.com/~kristo/ti-linux-kernel/pm...
authorDan Murphy <DMurphy@ti.com>
Fri, 29 May 2015 23:43:33 +0000 (18:43 -0500)
committerDan Murphy <DMurphy@ti.com>
Fri, 29 May 2015 23:43:33 +0000 (18:43 -0500)
TI-Feature: power_management_base
TI-Tree: git://git.ti.com/~kristo/ti-linux-kernel/pm-linux-feature-tree.git
TI-Branch: pm-ti-linux-3.14.y

* 'pm-ti-linux-3.14.y' of git://git.ti.com/~kristo/ti-linux-kernel/pm-linux-feature-tree:
  ARM: dts: am437x-sk-evm: disable DDR regulator in rtc-only/poweroff mode
  regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICs
  mfd: tps65218: add version check to the PMIC probe
  rtc: omap: fix ext-wakeup setup
  rtc: omap: do not disable RTC alarm during shutdown
  rtc: omap: setup the regulators for poweroff mode
  ARM: dts: am437x-gp-evm: disable DDR regulator in rtc-only/poweroff mode
  regulator: tps65218: force set power-up/down strobe to 3 for dcdc3
  regulator: of: setup initial suspend state
  ARM: dts: AM43xx: update regulator nodes for new layout
  regulator: of: Add support for parsing regulator_state for suspend state
  ARM: dts: dra7: add i810 errata dpll data
  ARM: DRA7: dpll: add implementation for errata i810

Conflicts:
arch/arm/common/edma.c
arch/arm/mach-omap2/Makefile
drivers/regulator/palmas-regulator.c
include/dt-bindings/pinctrl/am43xx.h

Signed-off-by: Dan Murphy <DMurphy@ti.com>
1  2 
arch/arm/boot/dts/am437x-gp-evm.dts
arch/arm/boot/dts/am437x-sk-evm.dts
arch/arm/boot/dts/dra7xx-clocks.dtsi
arch/arm/mach-omap2/Makefile
include/dt-bindings/pinctrl/am43xx.h

Simple merge
Simple merge
Simple merge
Simple merge
index 4db14a267aa54cc358e97acb26b2402fe764ae7e,42f15398fcb0bd77ff201487def59da07cb5ace5..c934c80990b7179061c7ab1a2e256237672f4ec2
  #define PULL_DISABLE          (1 << 16)
  #define PULL_UP                       (1 << 17)
  #define INPUT_EN              (1 << 18)
+ #define DS0_FORCE_OFF_MODE    (1 << 24)
  #define SLEWCTRL_FAST         0
  #define SLEWCTRL_SLOW         (1 << 19)
- #define DS0_FORCE_OFF_MODE    (1 << 24)
  #define DS0_PULL_UP_DOWN_EN   (1 << 27)
 +#define WAKEUP_ENABLE         (1 << 29)
  
  #define PIN_OUTPUT            (PULL_DISABLE)
  #define PIN_OUTPUT_PULLUP     (PULL_UP)