lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 8 Aug 2014 15:22:57 +0900 From: Gyungoh Yoo <gyungoh@...il.com> To: Lee Jones <lee.jones@...aro.org> Cc: rdunlap@...radead.org, robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com, ijc+devicetree@...lion.org.uk, galak@...eaurora.org, jg1.han@...sung.com, cooloney@...il.com, plagnioj@...osoft.com, tomi.valkeinen@...com, grant.likely@...aro.org, sameo@...ux.intel.com, lgirdwood@...il.com, broonie@...nel.org, jack.yoo@...worksinc.com, florian.vaussard@...l.ch, thierry.reding@...il.com, jason@...edaemon.net, andrew@...n.ch, silvio.fricke@...il.com, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, devicetree@...r.kernel.org, linux-fbdev@...r.kernel.org Subject: Re: [PATCH] Adding a support for Skyworks SKY81452 On Thu, Aug 07, 2014 at 11:09:52AM +0100, Lee Jones wrote: > On Thu, 07 Aug 2014, Gyungoh Yoo wrote: > > > Signed-off-by: Gyungoh Yoo <jack.yoo@...worksinc.com> > > --- > > 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.h > > Wow, 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 -- 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