Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445429
| From | John Crispin <john@phrozen.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V9 2/2] regulator: mt6323: Add support for MT6323 regulator |
| Date | 2016-07-18 14:20 +0200 |
| Message-ID | <rWfGG-62e-39@gated-at.bofh.it> (permalink) |
| References | <rWfwZ-5XZ-3@gated-at.bofh.it> <rWfx0-5XZ-21@gated-at.bofh.it> <rWfGG-62e-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 18/07/2016 14:16, Mark Brown wrote:
> On Mon, Jul 18, 2016 at 02:09:01PM +0200, John Crispin wrote:
>
>> Changes in V9
>> * drop compatible string from devicetree
>
> Are you sure?
>
>> +static const struct of_device_id mt6323_of_match[] = {
>> + { .compatible = "mediatek,mt6323-regulator", },
>> + { /* sentinel */ },
>> +};
>> +MODULE_DEVICE_TABLE(of, mt6323_of_match);
>> +
>> +static struct platform_driver mt6323_regulator_driver = {
>> + .driver = {
>> + .name = "mt6323-regulator",
>> + .of_match_table = of_match_ptr(mt6323_of_match),
i was in the wrong folder while sending the patch so i ended up sending
the wrong patch with the wrong email account. sorry about the noise V10
coming up :/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V9 1/2] regulator: Add document for MT6323 regulator John Crispin <john@phrozen.org> - 2016-07-18 14:10 +0200
[PATCH V9 2/2] regulator: mt6323: Add support for MT6323 regulator John Crispin <john@phrozen.org> - 2016-07-18 14:10 +0200
Re: [PATCH V9 2/2] regulator: mt6323: Add support for MT6323 regulator John Crispin <john@phrozen.org> - 2016-07-18 14:20 +0200
Re: [PATCH V9 2/2] regulator: mt6323: Add support for MT6323 regulator Mark Brown <broonie@kernel.org> - 2016-07-18 14:20 +0200
Re: [PATCH V9 2/2] regulator: mt6323: Add support for MT6323 regulator John Crispin <john@phrozen.org> - 2016-07-18 14:20 +0200
Re: [PATCH V9 1/2] regulator: Add document for MT6323 regulator John Crispin <john@phrozen.org> - 2016-07-18 14:20 +0200
csiph-web