mbox

[GIT,PULL,1/4] rockchip soc-driver changes for 4.6

Message ID 1734524.3yNt5L3F1F@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-drivers1

Message

Heiko Stuebner Feb. 11, 2016, 2:47 p.m. UTC
Hi Arnd, Olof, Kevin,

please find below soc driver changes for Rockchip for 4.6
The tag describes the changes a little bit more.


Thanks
Heiko


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-drivers1

for you to fetch changes up to 1d961f11a108af9f7fbe89cc950a8d16ddbdbb28:

  soc: rockchip: power-domain: fix err handle while probing (2016-02-02 22:18:31 +0100)

----------------------------------------------------------------
Support for the power-domains on rk3368 and a fix for
a wrong handling of for_each_available_child_of_node.

----------------------------------------------------------------
Heiko Stuebner (1):
      Merge branch 'v4.6-shared/pdids' into v4.6-armsoc/drivers

Shawn Lin (1):
      soc: rockchip: power-domain: fix err handle while probing

zhangqing (3):
      dt-bindings: add power-domain header for RK3368 SoCs
      dt-bindings: modify document of Rockchip power domains
      soc: rockchip: power-domain: Modify power domain driver for rk3368

 .../bindings/soc/rockchip/power_domain.txt         | 21 +++++++++++++
 drivers/soc/rockchip/pm_domains.c                  | 34 ++++++++++++++++++++++
 include/dt-bindings/power/rk3368-power.h           | 28 ++++++++++++++++++
 3 files changed, 83 insertions(+)
 create mode 100644 include/dt-bindings/power/rk3368-power.h

Comments

Olof Johansson Feb. 24, 2016, 9:50 p.m. UTC | #1
On Thu, Feb 11, 2016 at 03:47:12PM +0100, Heiko Stuebner wrote:
> Hi Arnd, Olof, Kevin,
> 
> please find below soc driver changes for Rockchip for 4.6
> The tag describes the changes a little bit more.
> 
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.6-rockchip-drivers1
> 
> for you to fetch changes up to 1d961f11a108af9f7fbe89cc950a8d16ddbdbb28:
> 
>   soc: rockchip: power-domain: fix err handle while probing (2016-02-02 22:18:31 +0100)

Merged, thanks.


-Olof