From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Sf9z4-0003kp-Br for barebox@lists.infradead.org; Thu, 14 Jun 2012 13:21:11 +0000 From: Wolfram Sang Date: Thu, 14 Jun 2012 15:20:57 +0200 Message-Id: <1339680065-12169-1-git-send-email-w.sang@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH V2 0/8] arm: mxs: add ocotp write support To: barebox@lists.infradead.org Cc: Wolfram Sang Because OCOTP write needs to change HCLK and VDDIO, some preparations are needed before we can finally write to OCOTP. Tested with a custom board and a TX28. V2: Patch 5/8: - add unit "uV" to function parameter name Patch 8/8: - get rid of #ifdefs by using IS_ENABLED - only populate write-function if really needed Wolfram Sang (8): arm: mxs: make get_hclk result useable for upcoming set_hclk arm: mxs: add imx_set_hclk arm: mxs: refactor access to power domain arm: mxs: add POWER_BASE for MX28, too arm: mxs: add functions to get/set vddio arm: mxs: refactor timeout routine for ocotp arm: mxs: use consistent naming for #defines for ocotp arm: mxs: add write support for ocotp arch/arm/mach-mxs/Kconfig | 11 ++ arch/arm/mach-mxs/Makefile | 2 +- arch/arm/mach-mxs/include/mach/clock-imx23.h | 1 + arch/arm/mach-mxs/include/mach/clock-imx28.h | 1 + arch/arm/mach-mxs/include/mach/imx28-regs.h | 1 + arch/arm/mach-mxs/include/mach/power.h | 8 ++ arch/arm/mach-mxs/ocotp.c | 150 +++++++++++++++++++++++--- arch/arm/mach-mxs/power.c | 84 +++++++++++++++ arch/arm/mach-mxs/speed-imx23.c | 26 ++++- arch/arm/mach-mxs/speed-imx28.c | 26 ++++- arch/arm/mach-mxs/usb.c | 30 +----- 11 files changed, 290 insertions(+), 50 deletions(-) create mode 100644 arch/arm/mach-mxs/include/mach/power.h create mode 100644 arch/arm/mach-mxs/power.c -- 1.7.10 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox