Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1258893
| From | Philipp Zabel <p.zabel@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V6 2/3] Add reset controller for hi6220 SoC platform. |
| Date | 2015-10-29 17:20 +0100 |
| Message-ID | <qoY5I-2tW-5@gated-at.bofh.it> (permalink) |
| References | <qoUYb-gQ-19@gated-at.bofh.it> <qoUYb-gQ-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Am Donnerstag, den 29.10.2015, 20:55 +0800 schrieb Chen Feng: > reset: add driver for hi6220 reset controller Same comment as for patch 1, this should probably be the subject, the commit message body was better in V4. > Signed-off-by: Chen Feng <puck.chen@hisilicon.com> > --- > drivers/reset/Kconfig | 1 + > drivers/reset/Makefile | 1 + > drivers/reset/hisilicon/Kconfig | 5 ++ > drivers/reset/hisilicon/Makefile | 1 + > drivers/reset/hisilicon/hi6220_reset.c | 108 +++++++++++++++++++++++++ > include/dt-bindings/reset/hisi,hi6220-resets.h | 67 +++++++++++++++ Move the header file into patch 1, it is better to include this with the binding documentation. regards Philipp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V6 2/3] Add reset controller for hi6220 SoC platform. Chen Feng <puck.chen@hisilicon.com> - 2015-10-29 14:00 +0100
Re: [PATCH V6 2/3] Add reset controller for hi6220 SoC platform. Philipp Zabel <p.zabel@pengutronix.de> - 2015-10-29 17:20 +0100
Re: [PATCH V6 2/3] Add reset controller for hi6220 SoC platform. chenfeng <puck.chen@hisilicon.com> - 2015-10-30 03:50 +0100
csiph-web