[rtc-linux] Re: [PATCH V4 2/5] mfd: max77620: add core driver for MAX77620/MAX20024
From: Lee Jones <hidden>
Date: 2016-01-25 11:29:43
Also in:
linux-devicetree, linux-gpio, lkml
On Fri, 22 Jan 2016, Laxman Dewangan wrote:
Thanks Krzysztof for review. =20 Hi Lee, Are you taking the patches from your tree? Or will go in individual subsystem?
I can take the set if there are build dependencies. If there aren't, then they should be routed via their respective subsystem trees.
On Wednesday 20 January 2016 10:52 AM, Krzysztof Kozlowski wrote:quoted
On 19.01.2016 19:19, Laxman Dewangan wrote:quoted
MAX77620/MAX20024 are Power Management IC from the MAXIM. It supports RTC, multiple GPIOs, multiple DCDC and LDOs, watchdog, clock etc. Add MFD drier to provides common support for accessing the device; additional drivers is developed on respected subsystem in order to use the functionality of the device. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Chaitanya Bandi <redacted> Signed-off-by: Mallikarjun Kasoju <redacted> --- Changes from V1: - Code cleanups per review from V1. - Move register acccess APIs from header to c file. - Remove some of non required variable, remove duplication in error mes=
sage
quoted
quoted
and simplify some of function implementation. - Register RTC driver such that it can get the regmap handle form paren=
t device
quoted
quoted
Changes from V2: - Run coccicheck and checkpatch in strict mode for the alignment. - Drop RTC driver and its i2c client registration. Changes from V3: - Change all sys initcall to module driver. - change the max77620_read argument to unisgned int from u8. drivers/mfd/Kconfig | 15 + drivers/mfd/Makefile | 1 + drivers/mfd/max77620.c | 871 ++++++++++++++++++++++++++++++++++=
+++++++++
quoted
quoted
include/linux/mfd/max77620.h | 404 ++++++++++++++++++++ 4 files changed, 1291 insertions(+) create mode 100644 drivers/mfd/max77620.c create mode 100644 include/linux/mfd/max77620.hReviewed-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof=20
--=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --=20 --=20 You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. ---=20 You received this message because you are subscribed to the Google Groups "= rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.