
Am 12.07.2019 um 07:23 schrieb Simon Goldschmidt:
On Fri, Jul 12, 2019 at 7:15 AM Marek Vasut marex@denx.de wrote:
On 7/10/19 9:22 PM, Simon Goldschmidt wrote:
Am 09.05.2019 um 21:53 schrieb Marek Vasut:
On 5/9/19 8:55 PM, Simon Goldschmidt wrote:
On 09.05.19 20:08, Simon Goldschmidt wrote:
This adds a UCLASS_SYSRESET sysreset driver for socfgpa gen5.
Signed-off-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
Changes in v3:
- moved socfpga gen5 sysreset driver to extra patch
Changes in v2: None
drivers/sysreset/Kconfig | 7 ++++ drivers/sysreset/Makefile | 1 + drivers/sysreset/sysreset_socfpga.c | 56
+++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 drivers/sysreset/sysreset_socfpga.c
I just noticed patman complained about new files regarding MAINTAINERS. Should these new drivers be listed in the MAINTAINERS file under the socfpga section? I noticed other platforms seem to do that but we don't. How is this handled?
I think that's sane.
Sorry for the delay of nearly two months, but what did you mean by this? Add the files to MAINTAINERS?
I think so.
Right, I think so, too. Just was reluctant as it was the first being added there...
Oh well, I just saw I first need to solve the issues in the "spl: kconfig: separate sysreset and firmware drivers from misc" patch (https://patchwork.ozlabs.org/patch/1097203/) and send its v3, or else including sysreset in SPL needs CONFIG_SPL_DRIVERS_MISC_SUPPORT set :-(
Regards, Simon