Re: [rtc-linux] [PATCH 2/6] mfd: max77620: add core driver for MAX77620/MAX20024
From: Lee Jones <hidden>
Date: 2016-01-11 05:47:01
Also in:
linux-gpio, linux-rtc, lkml
On Fri, 08 Jan 2016, Krzysztof Kozlowski wrote: Thanks for taking the time to review.
()2016-01-07 23:38 GMT+09:00 Laxman Dewangan [off-list ref]: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> Tested-by: Venkat Reddy Talla <redacted>The Testing and Reviewed are statements (see SubmittingPatches) so they should be made explicitly by people. As this is v1 how they could make a public statement so far?
SubmittingPatches bears no mention that Reviewed-by/Tested-by statements have to be provided on one of the public mailing lists. These can be provided privately prior to upstream submission v1.
quoted
--- drivers/mfd/Kconfig | 15 + drivers/mfd/Makefile | 1 + drivers/mfd/max77620.c | 926 +++++++++++++++++++++++++++++++++++++++++++ include/linux/mfd/max77620.h | 503 +++++++++++++++++++++++ 4 files changed, 1445 insertions(+) create mode 100644 drivers/mfd/max77620.c create mode 100644 include/linux/mfd/max77620.h
[...] -- 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-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html