linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: andrew@ncrmnt.org (Andrew Andrianov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] [New SoC] Add support for RC Module's K1879XB1YA
Date: Tue, 30 Jun 2015 18:15:02 +0300	[thread overview]
Message-ID: <1435677307-6526-1-git-send-email-andrew@ncrmnt.org> (raw)
In-Reply-To: <CAL_JsqKTUM8-ufR8gGJBsNtbc94LyS7o-7v=R2Fit3+0=-SofA@mail.gmail.com>

Rob, Russel, thanks for your reviews, I'm now sending in the fixed patchset. 
Everything's now ARCH_MULTI_V6-friendly, the config is updated as well. 

Since I got no feedback on how to properly implement that i2c workaround it 
remains as is, I only rewrote the code to take the fixup-id and adresses from 
devicetree instead.

The only alternative to this workaround I see - would be implementing a 
'proxy' irqchip that will take care of clearing the relevant bits. But it 
looks way more messy. I'm open to suggestions here.

The patchset has been tested to compile and boot against v4.1 tag  

Andrew Andrianov (5):
  ARM: rcm-k1879xb1: Add support for K1879XB1 SoC
  of: Add vendor prefix for RC Module
  ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA
  ARM: Add defconfig for RC Module K1879XB1YA SoC
  cpuidle: ARM: Add cpuidle driver for K1879XB1YA

 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 arch/arm/Kconfig                                   |    2 +
 arch/arm/Kconfig.debug                             |    3 +-
 arch/arm/Makefile                                  |    1 +
 arch/arm/boot/dts/Makefile                         |    1 +
 arch/arm/boot/dts/rcm-k1879xb1-mb7707.dts          |  146 ++
 arch/arm/boot/dts/rcm-k1879xb1.dtsi                |  518 ++++
 arch/arm/configs/rcm_k1879xb1ya_defconfig          | 2678 ++++++++++++++++++++
 arch/arm/mach-rcm-k1879xb1/Kconfig                 |   10 +
 arch/arm/mach-rcm-k1879xb1/Makefile                |    2 +
 arch/arm/mach-rcm-k1879xb1/board-dt.c              |  146 ++
 arch/arm/mach-rcm-k1879xb1/hardware.h              |   48 +
 drivers/cpuidle/Kconfig.arm                        |    6 +
 drivers/cpuidle/Makefile                           |    1 +
 drivers/cpuidle/cpuidle-rcm-k1879xb1.c             |   48 +
 15 files changed, 3610 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/rcm-k1879xb1-mb7707.dts
 create mode 100644 arch/arm/boot/dts/rcm-k1879xb1.dtsi
 create mode 100644 arch/arm/configs/rcm_k1879xb1ya_defconfig
 create mode 100644 arch/arm/mach-rcm-k1879xb1/Kconfig
 create mode 100644 arch/arm/mach-rcm-k1879xb1/Makefile
 create mode 100644 arch/arm/mach-rcm-k1879xb1/board-dt.c
 create mode 100644 arch/arm/mach-rcm-k1879xb1/hardware.h
 create mode 100644 drivers/cpuidle/cpuidle-rcm-k1879xb1.c

-- 
2.1.4

  parent reply	other threads:[~2015-06-30 15:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-23 15:50 [PATCH 0/4] [New SoC] Add support for RC Module's K1879XB1YA Andrew Andrianov
2015-06-23 15:50 ` [PATCH 1/4] ARM: rcm-k1879xb1: Add support for K1879XB1 SoC Andrew Andrianov
2015-06-23 16:11   ` Russell King - ARM Linux
2015-06-23 16:56     ` Andrew
2015-06-24  2:15   ` Rob Herring
2015-06-26 10:11     ` Andrew
2015-06-30 15:15     ` Andrew Andrianov [this message]
2015-06-30 15:15       ` [PATCH v2 1/5] " Andrew Andrianov
2015-06-30 21:01         ` arnRe: " Arnd Bergmann
2015-06-30 15:15       ` [PATCH v2 2/5] of: Add vendor prefix for RC Module Andrew Andrianov
2015-06-30 15:15       ` [PATCH v2 3/5] ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA Andrew Andrianov
2015-06-30 21:07         ` Arnd Bergmann
2015-06-30 15:15       ` [PATCH v2 4/5] ARM: Add defconfig for RC Module K1879XB1YA SoC Andrew Andrianov
2015-06-30 15:15       ` [PATCH v2 5/5] cpuidle: ARM: Add cpuidle driver for K1879XB1YA Andrew Andrianov
2015-06-30 16:24         ` Sudeep Holla
2015-06-30 21:09         ` Arnd Bergmann
2015-06-30 21:20           ` Andrew
2015-06-23 15:50 ` [PATCH 2/4] of: Add vendor prefix for RC Module Andrew Andrianov
2015-06-23 15:50 ` [PATCH 3/4] ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA Andrew Andrianov
2015-06-23 15:50 ` [PATCH 4/4] ARM: Add defconfig for RC Module K1879XB1YA SoC Andrew Andrianov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1435677307-6526-1-git-send-email-andrew@ncrmnt.org \
    --to=andrew@ncrmnt.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).