From mboxrd@z Thu Jan 1 00:00:00 1970 From: robert.jarzmik@free.fr (Robert Jarzmik) Date: Sat, 19 Nov 2016 10:51:37 +0100 Subject: [GIT PULL v2] pxa-dt for v4.10 Message-ID: <87mvgvsspi.fsf@belgarion.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd, Kevin, and Olof, This is the second iteration of the pxa pull request for 4.10 device-tree, with the patch subjects fixed. Can you please consider pulling ? The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: https://github.com/rjarzmik/linux.git tags/pxa-dt-4.10 for you to fetch changes up to 74e382b870caf297f4e1a727010c9a26cce6b6af: ARM: dts: pxa: add pxa27x cpu operating points (2016-11-18 17:09:45 +0100) ---------------------------------------------------------------- This device-tree pxa update brings : - pxa25x support - cpu operating points in preparation for cpufreq-dt - small fixes ---------------------------------------------------------------- Robert Jarzmik (4): ARM: dts: pxa: add pxa25x .dtsi file ARM: dts: pxa: fix gpio0 and gpio1 interrupts ARM: dts: pxa: add pxa25x cpu operating points ARM: dts: pxa: add pxa27x cpu operating points Vijay Kumar (1): ARM: dts: pxa: fix no. of gpio cells in the pxa gpio binding documentation .../devicetree/bindings/gpio/mrvl-gpio.txt | 6 +- arch/arm/boot/dts/pxa25x.dtsi | 117 +++++++++++++++++++++ arch/arm/boot/dts/pxa27x.dtsi | 40 +++++++ arch/arm/boot/dts/pxa2xx.dtsi | 4 +- 4 files changed, 163 insertions(+), 4 deletions(-) create mode 100644 arch/arm/boot/dts/pxa25x.dtsi -- Robert