[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1349165603-24401-1-git-send-email-lee.jones@linaro.org>
Date: Tue, 2 Oct 2012 09:13:13 +0100
From: Lee Jones <lee.jones@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: arnd@...db.de, linus.walleij@...ricsson.com
Subject: [PATCH 00/10] Platform data clean-up and UIB device enablement
In this patch-set we move all Device Tree start-up code from the u8500
board file and into the more persistent db8500 cpu file. This will aid
future endeavours to remove platform code completely from Mainline. We
also enable some of the devices found on the STUIB (User Interface
board), which attaches to some of ST-Ericsson's reference platforms.
.../bindings/input/touchscreen/bu21013.txt | 28 +++++
arch/arm/boot/dts/hrefprev60.dts | 7 ++
arch/arm/boot/dts/hrefv60plus.dts | 9 ++
arch/arm/boot/dts/stuib.dtsi | 38 +++++++
arch/arm/mach-ux500/board-mop500-stuib.c | 92 +--------------
arch/arm/mach-ux500/board-mop500.c | 105 +-----------------
arch/arm/mach-ux500/board-mop500.h | 8 +-
arch/arm/mach-ux500/cpu-db8500.c | 104 ++++++++++++++++-
drivers/input/touchscreen/bu21013_ts.c | 117 +++++++++++++++++---
include/linux/input/bu21013.h | 8 +-
10 files changed, 299 insertions(+), 217 deletions(-)
--
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