Re: [PATCH 1/2] spi: spidev: Add device tree bindings

2012-10-29 Thread Maxime Ripard
Hi Mark, Le 28/10/2012 00:19, Mark Brown a écrit : > On Fri, Oct 26, 2012 at 10:07:52AM +0200, Maxime Ripard wrote: >> This will allow to probe spidev from device tree > > So, this isn't really something we should have in DT in this format > - the fact that we happen to control some device from u

[PATCH 1/2] spi: spidev: Add device tree bindings

2012-10-26 Thread Maxime Ripard
This will allow to probe spidev from device tree Signed-off-by: Maxime Ripard --- drivers/spi/spidev.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 830adbe..8ae0660 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c

Re: [PATCH 1/2] spi: spidev: Add device tree bindings

2012-10-19 Thread Shawn Guo
Mark is maintaining spi subsystem recently as Grant has been off line for a while. Shawn On Thu, Oct 18, 2012 at 03:59:27PM +0200, Maxime Ripard wrote: > This will allow to probe spidev from device tree > > Signed-off-by: Maxime Ripard > --- > drivers/spi/spidev.c | 10 ++ > 1 file c

[PATCH 1/2] spi: spidev: Add device tree bindings

2012-10-18 Thread Maxime Ripard
This will allow to probe spidev from device tree Signed-off-by: Maxime Ripard --- drivers/spi/spidev.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 830adbe..8ae0660 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c

[PATCH 1/2] spi: spidev: Add device tree bindings

2012-09-28 Thread Maxime Ripard
This will allow to probe spidev from device tree Signed-off-by: Maxime Ripard --- drivers/spi/spidev.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 830adbe..8ae0660 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c