Re: [PATCH V3 1/3] reset: imx7: Support module build

2020-07-29 Thread Philipp Zabel
On Tue, 2020-07-28 at 11:53 +0100, Lorenzo Pieralisi wrote: > On Fri, Jul 24, 2020 at 10:03:11AM +0200, Philipp Zabel wrote: > > On Mon, 2020-07-20 at 22:21 +0800, Anson Huang wrote: > > > Use module_platform_driver(), add module device table, author, > > > description and license to support

Re: [PATCH V3 1/3] reset: imx7: Support module build

2020-07-28 Thread Lorenzo Pieralisi
On Fri, Jul 24, 2020 at 10:03:11AM +0200, Philipp Zabel wrote: > On Mon, 2020-07-20 at 22:21 +0800, Anson Huang wrote: > > Use module_platform_driver(), add module device table, author, > > description and license to support module build, and > > CONFIG_RESET_IMX7 is changed to default 'y' ONLY

Re: [PATCH V3 1/3] reset: imx7: Support module build

2020-07-24 Thread Philipp Zabel
On Mon, 2020-07-20 at 22:21 +0800, Anson Huang wrote: > Use module_platform_driver(), add module device table, author, > description and license to support module build, and > CONFIG_RESET_IMX7 is changed to default 'y' ONLY for i.MX7D, > other platforms need to select it in defconfig. > >

[PATCH V3 1/3] reset: imx7: Support module build

2020-07-20 Thread Anson Huang
Use module_platform_driver(), add module device table, author, description and license to support module build, and CONFIG_RESET_IMX7 is changed to default 'y' ONLY for i.MX7D, other platforms need to select it in defconfig. Signed-off-by: Anson Huang --- Changes since V2: - use