All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] clean rkpwm driver
Date: Fri, 12 Aug 2016 17:47:14 +0800	[thread overview]
Message-ID: <1470995239-2477-1-git-send-email-kever.yang@rock-chips.com> (raw)


This patch set clean the rkpwm driver by using clock API for module
clock instead of hardcode, move the grf setting to soc level init.



Kever Yang (5):
  clk: rk3399: add pmucru controller support
  clk: rk3288: add PWM clock get rate
  rk_pwm: use clock framework API to get module clock
  rk_pwm: remove grf setting code from driver
  rk3288: add arch_cpu_init for rk3288

 arch/arm/mach-rockchip/rk3288/Makefile |   1 +
 arch/arm/mach-rockchip/rk3288/rk3288.c |  19 ++++
 drivers/clk/rockchip/clk_rk3288.c      |   2 +
 drivers/clk/rockchip/clk_rk3399.c      | 177 ++++++++++++++++++++++++++++++++-
 drivers/pwm/rk_pwm.c                   |  26 ++---
 5 files changed, 208 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm/mach-rockchip/rk3288/rk3288.c

-- 
1.9.1

             reply	other threads:[~2016-08-12  9:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-12  9:47 Kever Yang [this message]
2016-08-12  9:47 ` [U-Boot] [PATCH 1/5] clk: rk3399: add pmucru controller support Kever Yang
2016-08-12 17:21   ` Simon Glass
2016-09-06  1:04     ` Simon Glass
2016-08-12  9:57 ` [U-Boot] [PATCH 2/5] clk: rk3288: add PWM clock get rate Kever Yang
2016-08-12 17:21   ` Simon Glass
2016-09-06  1:05     ` Simon Glass
2016-08-12  9:57 ` [U-Boot] [PATCH 3/5] rk_pwm: use clock framework API to get module clock Kever Yang
2016-08-12 17:21   ` Simon Glass
2016-08-27 16:06     ` Simon Glass
2016-08-12  9:58 ` [U-Boot] [PATCH 4/5] rk_pwm: remove grf setting code from driver Kever Yang
2016-08-12 17:21   ` Simon Glass
2016-08-27 16:06     ` Simon Glass
2016-08-12  9:58 ` [U-Boot] [PATCH 5/5] rk3288: add arch_cpu_init for rk3288 Kever Yang
2016-08-16  4:50   ` Simon Glass
2016-08-27 16:06     ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470995239-2477-1-git-send-email-kever.yang@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.