[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1417419281-9243-1-git-send-email-jay.xu@rock-chips.com>
Date: Mon, 1 Dec 2014 15:34:39 +0800
From: Jianqun Xu <jay.xu@...k-chips.com>
To: heiko@...ech.de, linux@....linux.org.uk, grant.likely@...aro.org,
robh+dt@...nel.org
Cc: linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Jianqun Xu <jay.xu@...k-chips.com>
Subject: [PATCH 0/2] rockchip: efuse: add driver to support rk3288 efuse
In RK3288, there are two eFuse. One is organized as 32bits by 8 one-time
programmable electrical fuses with random access interface, and the other
is organized as 32bits by 32 one-time programmable electrical fuses.
Jianqun Xu (2):
rockchip: efuse: add documentation for rk3288 efuse driver
rockchip: efuse: add efuse driver for rk3288 efuse
.../bindings/fuse/rockchip,rk3288-efuse.txt | 14 ++
arch/arm/mach-rockchip/efuse.c | 165 +++++++++++++++++++++
arch/arm/mach-rockchip/efuse.h | 15 ++
3 files changed, 194 insertions(+)
create mode 100644 Documentation/devicetree/bindings/fuse/rockchip,rk3288-efuse.txt
create mode 100644 arch/arm/mach-rockchip/efuse.c
create mode 100644 arch/arm/mach-rockchip/efuse.h
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists