* [RESEND][PATCH 0/4] firmware: of: populate /firmware/ node during init
@ 2017-09-28 10:44 Sudeep Holla
2017-09-28 10:47 ` Sudeep Holla
0 siblings, 1 reply; 4+ messages in thread
From: Sudeep Holla @ 2017-09-28 10:44 UTC (permalink / raw)
To: linux-arm-kernel
Hi Rob, Arnd,
There's a push to place all firmware related device node under
/firmware/ node. However all the associated drivers are dealing with
device creation in their own ways. For example, qcom_scm, optee and
meson-sm drivers deal with the node in their own way. The SCMI drivers
I am about to add also needs to do the same. This small series is to
make it generic so that all the users of /firmware/ node need not
repeat the same.
There was concern that /firmware in DT is fit for /sys/firmware in sysfs.
IMO anything exposed to userspace from such firmware interface must
be in "/sys/firmware", but I don't see any issue with kernel handling
them as platform device/driver internally.
Sudeep Holla (4):
of: platform: populate /firmware/ node from
of_platform_default_populate_init()
firmware: qcom_scm: drop redandant of_platform_populate
drivers: tee: rework optee_driver_{init,exit} to use platform device
firmware: meson-sm: rework meson_sm_init to use
module_platform_driver_probe
drivers/firmware/meson/meson_sm.c | 21 ++++++-----
drivers/firmware/qcom_scm.c | 24 -------------
drivers/of/platform.c | 4 +++
drivers/tee/optee/core.c | 74 +++++++++++++--------------------------
4 files changed, 41 insertions(+), 82 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread* [RESEND][PATCH 0/4] firmware: of: populate /firmware/ node during init
2017-09-28 10:44 [RESEND][PATCH 0/4] firmware: of: populate /firmware/ node during init Sudeep Holla
@ 2017-09-28 10:47 ` Sudeep Holla
0 siblings, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2017-09-28 10:47 UTC (permalink / raw)
To: linux-arm-kernel
On 28/09/17 11:44, Sudeep Holla wrote:
> Hi Rob, Arnd,
>
> There's a push to place all firmware related device node under
> /firmware/ node. However all the associated drivers are dealing with
> device creation in their own ways. For example, qcom_scm, optee and
> meson-sm drivers deal with the node in their own way. The SCMI drivers
> I am about to add also needs to do the same. This small series is to
> make it generic so that all the users of /firmware/ node need not
> repeat the same.
>
> There was concern that /firmware in DT is fit for /sys/firmware in sysfs.
> IMO anything exposed to userspace from such firmware interface must
> be in "/sys/firmware", but I don't see any issue with kernel handling
> them as platform device/driver internally.
>
Please ignore this, something went wrong and patches were not delivered,
have reposted it separately.
--
Regards,
Sudeep
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RESEND][PATCH 0/4] firmware: of: populate /firmware/ node during init
@ 2017-09-28 10:45 Sudeep Holla
2017-10-16 22:44 ` Frank Rowand
0 siblings, 1 reply; 4+ messages in thread
From: Sudeep Holla @ 2017-09-28 10:45 UTC (permalink / raw)
To: linux-arm-kernel
Hi Rob, Arnd,
There's a push to place all firmware related device node under
/firmware/ node. However all the associated drivers are dealing with
device creation in their own ways. For example, qcom_scm, optee and
meson-sm drivers deal with the node in their own way. The SCMI drivers
I am about to add also needs to do the same. This small series is to
make it generic so that all the users of /firmware/ node need not
repeat the same.
There was concern that /firmware in DT is fit for /sys/firmware in sysfs.
IMO anything exposed to userspace from such firmware interface must
be in "/sys/firmware", but I don't see any issue with kernel handling
them as platform device/driver internally.
Sudeep Holla (4):
of: platform: populate /firmware/ node from
of_platform_default_populate_init()
firmware: qcom_scm: drop redandant of_platform_populate
drivers: tee: rework optee_driver_{init,exit} to use platform device
firmware: meson-sm: rework meson_sm_init to use
module_platform_driver_probe
drivers/firmware/meson/meson_sm.c | 21 ++++++-----
drivers/firmware/qcom_scm.c | 24 -------------
drivers/of/platform.c | 4 +++
drivers/tee/optee/core.c | 74 +++++++++++++--------------------------
4 files changed, 41 insertions(+), 82 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread* [RESEND][PATCH 0/4] firmware: of: populate /firmware/ node during init
2017-09-28 10:45 Sudeep Holla
@ 2017-10-16 22:44 ` Frank Rowand
0 siblings, 0 replies; 4+ messages in thread
From: Frank Rowand @ 2017-10-16 22:44 UTC (permalink / raw)
To: linux-arm-kernel
+ me
On 09/28/17 03:45, Sudeep Holla wrote:
> Hi Rob, Arnd,
>
> There's a push to place all firmware related device node under
> /firmware/ node. However all the associated drivers are dealing with
> device creation in their own ways. For example, qcom_scm, optee and
> meson-sm drivers deal with the node in their own way. The SCMI drivers
> I am about to add also needs to do the same. This small series is to
> make it generic so that all the users of /firmware/ node need not
> repeat the same.
>
> There was concern that /firmware in DT is fit for /sys/firmware in sysfs.
> IMO anything exposed to userspace from such firmware interface must
> be in "/sys/firmware", but I don't see any issue with kernel handling
> them as platform device/driver internally.
>
> Sudeep Holla (4):
> of: platform: populate /firmware/ node from
> of_platform_default_populate_init()
> firmware: qcom_scm: drop redandant of_platform_populate
> drivers: tee: rework optee_driver_{init,exit} to use platform device
> firmware: meson-sm: rework meson_sm_init to use
> module_platform_driver_probe
>
> drivers/firmware/meson/meson_sm.c | 21 ++++++-----
> drivers/firmware/qcom_scm.c | 24 -------------
> drivers/of/platform.c | 4 +++
> drivers/tee/optee/core.c | 74 +++++++++++++--------------------------
> 4 files changed, 41 insertions(+), 82 deletions(-)
>
> --
> 2.7.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-16 22:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-28 10:44 [RESEND][PATCH 0/4] firmware: of: populate /firmware/ node during init Sudeep Holla
2017-09-28 10:47 ` Sudeep Holla
-- strict thread matches above, loose matches on Subject: below --
2017-09-28 10:45 Sudeep Holla
2017-10-16 22:44 ` Frank Rowand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).