Re: [PATCH 07/11] spi-dw: Set number of available chip selects correctly

2011-06-22 Thread Grant Likely
On Wed, Jun 22, 2011 at 8:00 PM, wrote: > From: Dirk Brandewie > > Only four chip selects are available directly off the pins of the > master. > > Signed-off-by: Dirk Brandewie > --- >  drivers/spi/spi-dw-mid.c |    4 +++- >  1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/dri

[PATCH 07/11] spi-dw: Set number of available chip selects correctly

2011-06-22 Thread dirk . brandewie
From: Dirk Brandewie Only four chip selects are available directly off the pins of the master. Signed-off-by: Dirk Brandewie --- drivers/spi/spi-dw-mid.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/spi/spi-dw-mid.c b/drivers/spi/spi-dw-mid.c index 78e64d