RE: [RFC 02/11] soc: Add Realtek chip info driver for RTD1195 and RTD1295
From: Stanley Chang[昌育德] <stanley_chang@realtek.com>
Date: 2020-01-03 05:07:32
Also in:
lkml
From: Stanley Chang[昌育德] <stanley_chang@realtek.com>
Date: 2020-01-03 05:07:32
Also in:
lkml
Hi Andreas, I have tested this patch in my local platform. And this patch is fine and it can work.
Add Stanley Chang for review.quoted
Add a soc bus driver to print chip model and revision details. Revisions from downstream drivers/soc/realtek/rtd{119x,129x}/rtk_chip.c. Signed-off-by: Andreas Färber <afaerber@suse.de> --- Naming: What to call the family vs. soc_id? drivers/soc/Kconfig | 1 + drivers/soc/Makefile | 1 + drivers/soc/realtek/Kconfig | 13 ++++ drivers/soc/realtek/Makefile | 2 + drivers/soc/realtek/chip.c | 164 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 181 insertions(+) create mode 100644 drivers/soc/realtek/Kconfig create mode 100644 drivers/soc/realtek/Makefile create mode 100644 drivers/soc/realtek/chip.c
Tested-by: Stanley Chang <redacted> Reviewed-by: Stanley Chang <redacted> Thanks, Stanley _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel