Re: [PATCH] Adding a support for Skyworks SKY81452
From: Gyungoh Yoo <hidden>
Date: 2014-08-08 06:23:11
Also in:
linux-devicetree, lkml
On Thu, Aug 07, 2014 at 11:09:52AM +0100, Lee Jones wrote:
On Thu, 07 Aug 2014, Gyungoh Yoo wrote:quoted
Signed-off-by: Gyungoh Yoo <redacted> --- Documentation/backlight/sky81452.txt | 25 ++ Documentation/devicetree/bindings/mfd/sky81452.txt | 24 ++ .../bindings/regulator/sky81452-regulator.txt | 16 + .../devicetree/bindings/vendor-prefixes.txt | 1 + .../video/backlight/sky81452-backlight.txt | 20 ++ drivers/mfd/Kconfig | 12 + drivers/mfd/Makefile | 1 + drivers/mfd/sky81452.c | 115 +++++++ drivers/regulator/Kconfig | 11 + drivers/regulator/Makefile | 1 + drivers/regulator/sky81452-regulator.c | 127 ++++++++ drivers/video/backlight/Kconfig | 10 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/sky81452-backlight.c | 333 +++++++++++++++++++++ include/linux/mfd/sky81452.h | 31 ++ include/linux/sky81452-backlight.h | 46 +++ 16 files changed, 774 insertions(+) create mode 100644 Documentation/backlight/sky81452.txt create mode 100644 Documentation/devicetree/bindings/mfd/sky81452.txt create mode 100644 Documentation/devicetree/bindings/regulator/sky81452-regulator.txt create mode 100644 Documentation/devicetree/bindings/video/backlight/sky81452-backlight.txt create mode 100644 drivers/mfd/sky81452.c create mode 100644 drivers/regulator/sky81452-regulator.c create mode 100644 drivers/video/backlight/sky81452-backlight.c create mode 100644 include/linux/mfd/sky81452.h create mode 100644 include/linux/sky81452-backlight.hWow, no way. Please split this up into separate patches. Ideally, at least one per subsystem and separate ones again for the DT bindings.
Sorry I didn't know. I will split them and resubmit. Thank you.
[...] -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog