Re: [PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device

2018-03-21 Thread Anup Patel
On Mon, Mar 19, 2018 at 4:17 AM, Bjorn Andersson wrote: > On Wed 10 Jan 05:17 PST 2018, Anup Patel wrote: > >> This patch adds "driver_override" device attribute for rpmsg_device which >> will allow users to explicitly specify the rpmsg_driver to be used via >> sysfs entry. >> >> The "driver_overr

Re: [PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device

2018-03-18 Thread Bjorn Andersson
On Wed 10 Jan 05:17 PST 2018, Anup Patel wrote: > This patch adds "driver_override" device attribute for rpmsg_device which > will allow users to explicitly specify the rpmsg_driver to be used via > sysfs entry. > > The "driver_override" device attribute implemented here is very similar > to "dri

Re: [PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device

2018-02-21 Thread Anup Patel
On Wed, Jan 10, 2018 at 6:47 PM, Anup Patel wrote: > This patch adds "driver_override" device attribute for rpmsg_device which > will allow users to explicitly specify the rpmsg_driver to be used via > sysfs entry. > > The "driver_override" device attribute implemented here is very similar > to "d

Re: [PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device

2018-02-05 Thread Anup Patel
Hi Bjorn, Can you please have a look at this patch? Regards, Anup

Re: [PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device

2018-01-23 Thread Anup Patel
On Wed, Jan 10, 2018 at 6:47 PM, Anup Patel wrote: > This patch adds "driver_override" device attribute for rpmsg_device which > will allow users to explicitly specify the rpmsg_driver to be used via > sysfs entry. > > The "driver_override" device attribute implemented here is very similar > to "d

[PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device

2018-01-10 Thread Anup Patel
This patch adds "driver_override" device attribute for rpmsg_device which will allow users to explicitly specify the rpmsg_driver to be used via sysfs entry. The "driver_override" device attribute implemented here is very similar to "driver_override" implemented for platform, pci, and amba bus typ