Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-22 Thread David Daney
On 05/19/2012 11:08 PM, Grant Likely wrote: On Sat, 19 May 2012 23:54:36 -0600, Grant Likelygrant.lik...@secretlab.ca wrote: On Fri, 11 May 2012 15:05:21 -0700, David Daneyddaney.c...@gmail.com wrote: From: David Daneydavid.da...@cavium.com When generating MODALIASes, it is convenient to

Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-22 Thread Grant Likely
On Tue, May 22, 2012 at 1:45 PM, David Daney ddaney.c...@gmail.com wrote: On 05/19/2012 11:08 PM, Grant Likely wrote: On Sat, 19 May 2012 23:54:36 -0600, Grant Likelygrant.lik...@secretlab.ca  wrote: On Fri, 11 May 2012 15:05:21 -0700, David Daneyddaney.c...@gmail.com  wrote: From: David

Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-22 Thread David Daney
On 05/22/2012 01:09 PM, Grant Likely wrote: On Tue, May 22, 2012 at 1:45 PM, David Daneyddaney.c...@gmail.com wrote: On 05/19/2012 11:08 PM, Grant Likely wrote: On Sat, 19 May 2012 23:54:36 -0600, Grant Likelygrant.lik...@secretlab.cawrote: On Fri, 11 May 2012 15:05:21 -0700, David

Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-22 Thread Grant Likely
Cool, thanks. g. On Tue, May 22, 2012 at 4:49 PM, David Daney ddaney.c...@gmail.com wrote: On 05/22/2012 01:09 PM, Grant Likely wrote: On Tue, May 22, 2012 at 1:45 PM, David Daneyddaney.c...@gmail.com  wrote: On 05/19/2012 11:08 PM, Grant Likely wrote: On Sat, 19 May 2012 23:54:36

Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-20 Thread Grant Likely
On Sat, 19 May 2012 23:54:36 -0600, Grant Likely grant.lik...@secretlab.ca wrote: On Fri, 11 May 2012 15:05:21 -0700, David Daney ddaney.c...@gmail.com wrote: From: David Daney david.da...@cavium.com When generating MODALIASes, it is convenient to add things like spi: or i2c: to the

Re: [PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-19 Thread Grant Likely
On Fri, 11 May 2012 15:05:21 -0700, David Daney ddaney.c...@gmail.com wrote: From: David Daney david.da...@cavium.com When generating MODALIASes, it is convenient to add things like spi: or i2c: to the front of the strings. This allows the standard modprobe to find the right driver when

[PATCH 1/3] of: Add prefix parameter to of_modalias_node().

2012-05-11 Thread David Daney
From: David Daney david.da...@cavium.com When generating MODALIASes, it is convenient to add things like spi: or i2c: to the front of the strings. This allows the standard modprobe to find the right driver when automatically populating bus children from the device tree structure. Add a prefix