From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Fri, 18 May 2018 11:34:08 -0500 Subject: [PATCH v6 8/9] counter: stm32-lptimer: add counter device In-Reply-To: <726de278f09aa4438b97b147cd26a03009522997.1526487615.git.vilhelm.gray@gmail.com> References: <726de278f09aa4438b97b147cd26a03009522997.1526487615.git.vilhelm.gray@gmail.com> Message-ID: <20180518163408.GA6430@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 16, 2018 at 01:52:27PM -0400, William Breathitt Gray wrote: > From: Fabrice Gasnier > > Add support for new counter device to stm32-lptimer. > > Signed-off-by: Fabrice Gasnier > Signed-off-by: William Breathitt Gray > --- > .../{iio => }/counter/stm32-lptimer-cnt.txt | 0 > .../devicetree/bindings/mfd/stm32-lptimer.txt | 2 +- Please split bindings to separate patch. > drivers/counter/Kconfig | 10 + > drivers/counter/Makefile | 1 + > drivers/counter/stm32-lptimer-cnt.c | 722 ++++++++++++++++++ > drivers/iio/counter/Kconfig | 9 - > drivers/iio/counter/Makefile | 2 - > drivers/iio/counter/stm32-lptimer-cnt.c | 382 --------- > 8 files changed, 734 insertions(+), 394 deletions(-) > rename Documentation/devicetree/bindings/{iio => }/counter/stm32-lptimer-cnt.txt (100%) > create mode 100644 drivers/counter/stm32-lptimer-cnt.c > delete mode 100644 drivers/iio/counter/stm32-lptimer-cnt.c