[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTik6UcF0v43wRowV6+0xtKC6Kkwh30xvArefW23N@mail.gmail.com>
Date: Sat, 12 Feb 2011 02:34:56 -0700
From: Grant Likely <grant.likely@...retlab.ca>
To: Thomas Chou <thomas@...ron.com.tw>
Cc: David Brownell <dbrownell@...rs.sourceforge.net>,
linux-kernel@...r.kernel.org, nios2-dev@...c.et.ntust.edu.tw,
devicetree-discuss@...ts.ozlabs.org,
spi-devel-general@...ts.sourceforge.net
Subject: Re: [PATCH v7] spi: add OpenCores tiny SPI driver
On Sat, Feb 12, 2011 at 2:31 AM, Grant Likely <grant.likely@...retlab.ca> wrote:
> On Tue, Feb 08, 2011 at 01:43:23PM +0800, Thomas Chou wrote:
>> This patch adds support of OpenCores tiny SPI driver.
>>
>> http://opencores.org/project,tiny_spi
>>
>> Signed-off-by: Thomas Chou <thomas@...ron.com.tw>
>> ---
>> v2 minor cleanup, same as Grant suggest for spi_altera.
>> v3 rename driver to spi_oc_tiny as Grant suggested.
>> set version to tiny-spi-rtlsvn2 as Jonas suggested.
>> v4 add dts binding doc.
>> v5 use devm_* to help cleanup.
>> add of gpio support.
>> v6 check len from of_get_property.
>> fix kerneldoc in header.
>> v7 remove default n from Kconfig.
>>
>> .../devicetree/bindings/spi/spi_oc_tiny.txt | 12 +
>> drivers/spi/Kconfig | 7 +
>> drivers/spi/Makefile | 1 +
>> drivers/spi/spi_oc_tiny.c | 421 ++++++++++++++++++++
>> include/linux/spi/spi_oc_tiny.h | 20 +
>> 5 files changed, 461 insertions(+), 0 deletions(-)
>> create mode 100644 Documentation/devicetree/bindings/spi/spi_oc_tiny.txt
>> create mode 100644 drivers/spi/spi_oc_tiny.c
>> create mode 100644 include/linux/spi/spi_oc_tiny.h
>
> Hi Thomas
>
> Still need documentation on the binding in
> Documentation/devicetree/bindings before I pick up this driver. This
> goes for all the new drivers with dt bindings.
Oops, nevermind. I see it. Sorry for the noise.
g.
--
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