On Wed, May 16, 2018 at 01:52:27PM -0400, William Breathitt Gray wrote:
> From: Fabrice Gasnier <[email protected]>
>
> Add support for new counter device to stm32-lptimer.
>
> Signed-off-by: Fabrice Gasnier <[email protected]>
> Signed-off-by: William Breathitt Gray <[email protected]>
> ---
> .../{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