Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-10 Thread Philippe Ombredanne
Finn, On Sun, Dec 10, 2017 at 11:03 AM, Finn Thain wrote: > On Thu, 7 Dec 2017, Philippe Ombredanne wrote: > >> > diff --git a/drivers/nubus/bus.c b/drivers/nubus/bus.c >> > new file mode 100644 >> > index ..b5045e639b4d >> > --- /dev/null >> > +++

Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-10 Thread Philippe Ombredanne
Finn, On Sun, Dec 10, 2017 at 11:03 AM, Finn Thain wrote: > On Thu, 7 Dec 2017, Philippe Ombredanne wrote: > >> > diff --git a/drivers/nubus/bus.c b/drivers/nubus/bus.c >> > new file mode 100644 >> > index ..b5045e639b4d >> > --- /dev/null >> > +++ b/drivers/nubus/bus.c >> > @@ -0,0

Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-10 Thread Finn Thain
On Thu, 7 Dec 2017, Philippe Ombredanne wrote: > > diff --git a/drivers/nubus/bus.c b/drivers/nubus/bus.c > > new file mode 100644 > > index ..b5045e639b4d > > --- /dev/null > > +++ b/drivers/nubus/bus.c > > @@ -0,0 +1,119 @@ > > +/* > > + * Bus implementation for the NuBus subsystem.

Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-10 Thread Finn Thain
On Thu, 7 Dec 2017, Philippe Ombredanne wrote: > > diff --git a/drivers/nubus/bus.c b/drivers/nubus/bus.c > > new file mode 100644 > > index ..b5045e639b4d > > --- /dev/null > > +++ b/drivers/nubus/bus.c > > @@ -0,0 +1,119 @@ > > +/* > > + * Bus implementation for the NuBus subsystem.

Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-07 Thread Philippe Ombredanne
Finn, On Tue, Dec 5, 2017 at 7:20 AM, Finn Thain wrote: > This patch brings basic support for the Linux Driver Model to the > NuBus subsystem. > > For flexibility, the matching of boards with drivers is left up to the > drivers. This is also the approach taken by

Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-07 Thread Philippe Ombredanne
Finn, On Tue, Dec 5, 2017 at 7:20 AM, Finn Thain wrote: > This patch brings basic support for the Linux Driver Model to the > NuBus subsystem. > > For flexibility, the matching of boards with drivers is left up to the > drivers. This is also the approach taken by NetBSD. A board may have > many

Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-05 Thread Greg Kroah-Hartman
On Tue, Dec 05, 2017 at 01:20:02AM -0500, Finn Thain wrote: > This patch brings basic support for the Linux Driver Model to the > NuBus subsystem. > > For flexibility, the matching of boards with drivers is left up to the > drivers. This is also the approach taken by NetBSD. A board may have >

Re: [PATCH v3 14/14] nubus: Add support for the driver model

2017-12-05 Thread Greg Kroah-Hartman
On Tue, Dec 05, 2017 at 01:20:02AM -0500, Finn Thain wrote: > This patch brings basic support for the Linux Driver Model to the > NuBus subsystem. > > For flexibility, the matching of boards with drivers is left up to the > drivers. This is also the approach taken by NetBSD. A board may have >

[PATCH v3 14/14] nubus: Add support for the driver model

2017-12-04 Thread Finn Thain
This patch brings basic support for the Linux Driver Model to the NuBus subsystem. For flexibility, the matching of boards with drivers is left up to the drivers. This is also the approach taken by NetBSD. A board may have many functions, and drivers may have to consider many functional resources

[PATCH v3 14/14] nubus: Add support for the driver model

2017-12-04 Thread Finn Thain
This patch brings basic support for the Linux Driver Model to the NuBus subsystem. For flexibility, the matching of boards with drivers is left up to the drivers. This is also the approach taken by NetBSD. A board may have many functions, and drivers may have to consider many functional resources