public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] spi: clps711x: SPI driver refactor
Date: Wed,  1 Jan 2014 10:08:08 +0400	[thread overview]
Message-ID: <1388556488-10887-1-git-send-email-shc_work@mail.ru> (raw)

This is a complex patch for refactoring CLPS711X SPI driver
as a next step to adding DT support for this platform.
Major changes:
- Eliminate <mach/hardware.h> usage.
- Devicetree support.

Since we do not have any platform users of this driver,
non-DT support is removed. DT users will be introduced later
once DT support for this platform will be completed.
"ACK" from arm-soc maintainers will be useful here.

Alexander Shiyan (2):
  spi: clps711x: Driver refactor
  spi: clps711x: dts: Add bindings documentation for the CLPS711X SPI

 .../devicetree/bindings/spi/spi-clps711x.txt       |  22 ++
 drivers/spi/Kconfig                                |   2 +-
 drivers/spi/spi-clps711x.c                         | 233 ++++++++-------------
 include/linux/platform_data/spi-clps711x.h         |  21 --
 4 files changed, 106 insertions(+), 172 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-clps711x.txt
 delete mode 100644 include/linux/platform_data/spi-clps711x.h

-- 
1.8.3.2

             reply	other threads:[~2014-01-01  6:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-01  6:08 Alexander Shiyan [this message]
2014-01-01 13:24 ` [PATCH 0/2] spi: clps711x: SPI driver refactor Mark Brown
2014-01-01 14:02   ` Alexander Shiyan
2014-01-01 14:08     ` Russell King - ARM Linux
2014-01-01 14:12       ` Alexander Shiyan

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=1388556488-10887-1-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --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