Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1469106
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] reset: uniphier: follow-up fix, clean-up |
| Date | 2016-08-24 08:40 +0200 |
| Message-ID | <s9A0V-6Tr-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Philipp,
Here is two follow-up patches.
- add missing static
- use of_device_get_match_data() rather than of_match_node()
for the probe clean-up
The initial commit of the driver is still on the top of
"reset/next" branch.
If possible, could you squash these two into the initial one?
Nobody would be bothered with this.
Masahiro Yamada (2):
reset: uniphier: add static qualifier to probe function
reset: uniphier: use of_device_get_match_data() to get matched data
drivers/reset/reset-uniphier.c | 81 +++++++++++++++++++++---------------------
1 file changed, 40 insertions(+), 41 deletions(-)
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] reset: uniphier: follow-up fix, clean-up Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-24 08:40 +0200
[PATCH 1/2] reset: uniphier: add static qualifier to probe function Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-24 08:50 +0200
Re: [PATCH 1/2] reset: uniphier: add static qualifier to probe function Philipp Zabel <p.zabel@pengutronix.de> - 2016-08-24 14:30 +0200
csiph-web