[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150618150945.5cc698be@bbrezillon>
Date: Thu, 18 Jun 2015 15:09:45 +0200
From: Boris Brezillon <boris.brezillon@...e-electrons.com>
To: Cyrille Pitchen <cyrille.pitchen@...el.com>
Cc: <nicolas.ferre@...el.com>, <alexandre.belloni@...e-electrons.com>,
<sameo@...ux.intel.com>, <lee.jones@...aro.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <robh+dt@...nel.org>,
<pawel.moll@....com>, <mark.rutland@....com>,
<ijc+devicetree@...lion.org.uk>, <galak@...eaurora.org>,
<devicetree@...r.kernel.org>
Subject: Re: [PATCH v2 0/2] mfd: flexcom: add a driver for Flexcom
On Thu, 18 Jun 2015 15:05:08 +0200
Cyrille Pitchen <cyrille.pitchen@...el.com> wrote:
> ChangeLog
>
> v2:
> - enhance the documentation of DT bindings and change the way the "ranges"
> property is used.
> - replace __raw_readl() and __raw_writel() by readl() and writel().
> - change the module license to "GPL" for v2 or later
> - print the selected flexcom mode after the hardware version
>
> v1:
> This series of patches a support to the Atmel Flexcom, a wrapper which
> integrates an USART, a SPI controller and a TWI controller. Only one
> peripheral can be used at a time. The active function is selected though
> the Flexcom Mode Register.
For the whole series,
Acked-by: Boris Brezillon <boris.brezillon@...e-electrons.com>
>
> Cyrille Pitchen (2):
> mfd: devicetree: add bindings for Atmel Flexcom
> mfd: flexcom: add a driver for Atmel Flexible Serial Communication
> Unit
>
> .../devicetree/bindings/mfd/atmel-flexcom.txt | 58 +++++++++++++
> drivers/mfd/Kconfig | 11 +++
> drivers/mfd/Makefile | 1 +
> drivers/mfd/atmel-flexcom.c | 97 ++++++++++++++++++++++
> 4 files changed, 167 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/atmel-flexcom.txt
> create mode 100644 drivers/mfd/atmel-flexcom.c
>
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
--
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