From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 23 May 2017 20:48:05 -0400 Subject: [U-Boot] [PATCH v2 2/7] rockchip: rk3368: Add pinctrl driver In-Reply-To: References: <1494841762-6340-1-git-send-email-andy.yan@rock-chips.com> <1494841835-6489-1-git-send-email-andy.yan@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15 May 2017 at 03:50, Andy Yan wrote: > Add driver to support iomux setup for the most commonly > used peripherals on rk3368. > > Signed-off-by: Andy Yan > --- > > Changes in v2: > - remove GRF base definition in cru head file > - remove unused function > > arch/arm/include/asm/arch-rockchip/grf_rk3368.h | 440 ++++++++++++++++++++++++ > drivers/pinctrl/Kconfig | 10 + > drivers/pinctrl/rockchip/Makefile | 1 + > drivers/pinctrl/rockchip/pinctrl_rk3368.c | 149 ++++++++ > 4 files changed, 600 insertions(+) > create mode 100644 arch/arm/include/asm/arch-rockchip/grf_rk3368.h > create mode 100644 drivers/pinctrl/rockchip/pinctrl_rk3368.c > Reviewed-by: Simon Glass Applied to u-boot-rockchip, thanks!