Re: [spi-devel-general] [PATCH v6] serial: spi: add spi-uart driver for Maxim 3110

2010-03-17 Thread Erwin Authried
#x27;t cost too much as mentioned by Andrew > > First of all I think that the cost of re-awakening an already running > thread is lower than the logic of testing bits. My note was just > nit-picking: there is a window between when the task was woken-up and &g

Re: [spi-devel-general] [PATCH v6] serial: spi: add spi-uart driver for Maxim 3110

2010-03-05 Thread Erwin Authried
Am Donnerstag, den 04.03.2010, 15:25 +0800 schrieb Feng Tang: > Hi All, > > Here is a driver for Maxim 3110 SPI-UART device, please help to review. > > It has been validated with Designware SPI controller (drivers/spi: dw_spi.c & > dw_spi_pci.c). It supports polling and IRQ mode, supports batch r

Re: [spi-devel-general] [RFC][PATCH] serial: spi: add spi-uart driver for Maxim 3110

2009-12-29 Thread Erwin Authried
Am Mittwoch, den 30.12.2009, 00:05 +0800 schrieb Tang, Feng: > >-Original Message- > >From: Baruch Siach [mailto:bar...@tkos.co.il] > >Sent: 2009年12月29日 23:00 > >To: Tang, Feng > >Cc: Greg Kroah-Hartman; David Brownell; Grant Likely; spi-devel-list; > >linux-ser...@vger.kernel.org; a...@lxo

Re: [spi-devel-general] SD-over-SPI with shared SPI bus

2008-08-21 Thread Erwin Authried
Am Donnerstag, den 21.08.2008, 11:47 +0200 schrieb Hendrik Sattler: > Zitat von Erwin Authried <[EMAIL PROTECTED]>: > > > Am Donnerstag, den 21.08.2008, 10:46 +0200 schrieb Hendrik Sattler: > >> Hi, > >> > >> I contact you because you are mentioned in

Re: [spi-devel-general] SD-over-SPI with shared SPI bus

2008-08-21 Thread Erwin Authried
Am Donnerstag, den 21.08.2008, 10:46 +0200 schrieb Hendrik Sattler: > Hi, > > I contact you because you are mentioned in the MAINTAINERS file of > linux-2.6.26 for the mmc_spi drive and SPI subsystem. > > I want to share the bus with other SPI devices. The drivers mentions > pending updates t

Re: [spi-devel-general] SPI bridge

2008-05-09 Thread Erwin Authried
I'm I'm using something close to your description. On the SPI master, I have one chipselect (SS)only. When the master starts a transfer to SPI device N, it activates SS and sends the slave address as the first byte. When the SPI bridge receives the address byte, it activates the chipselect for the

[spi-devel-general] odd behaviour of chipselect with bitbang driver?

2008-04-24 Thread Erwin Authried
when cs_change is set on the last part of the spi transfer, the chipselect is kept active after the transfer as expected. When a new transfer is started with a different chipselect, the first chipselect isn't deselected. Shouldn't the driver make sure that there is never more than one chipselect ac