Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTc1OTUmYz00Mzg3NzkmZD0yMDEyLTAzLTA5IDE0OjEwOjAxJmU9MSZoPTc1OTQmZj03NTk1Jmc9NzU5NQ==
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTc1OTUmYz00Mzg3NzkmZD0yMD
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0yNyZiPTc2ODYmYz0yMzY0MzcmZD0yMDEyLTAzLTEwIDAxOjEwOjAxJmU9MSZoPTc2ODUmZj03Njg2Jmc9NzY4Ng==
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0yNyZiPTc2ODYmYz0yMzY0MzcmZD0yMD
On Sat, 10 Mar 2012 09:48:46 +0900, Kyoungil Kim wrote:
> I found that there are two kind of direction type.
> First one is dma_data_direction defined in include/linux/dma-direction.h.
> It is used for parameter of dma_map/unmap_single in spi-s3c64xx.
> The other one is dma_transter_direction defi
On Fri, 9 Dec 2011 13:13:29 +0900, Tomoya MORINAGA
wrote:
> Currently, pch_spi_start_transfer failure is not anticipated.
> This patch adds the processing.
>
> Signed-off-by: Tomoya MORINAGA
Applied, thanks.
g.
> ---
> drivers/spi/spi-topcliff-pch.c | 10 +-
> 1 files changed, 9
On Fri, 9 Dec 2011 13:13:28 +0900, Tomoya MORINAGA
wrote:
> This patch supports a spi mode setup and bit order setup by IO control.
> spi mode: mode 0 to mode 3
> bit order:LSB first, MSB first
>
> Signed-off-by: Tomoya MORINAGA
Applied, thanks.
g.
> ---
> drivers/spi/spi-t
On Fri, 9 Dec 2011 13:13:27 +0900, Tomoya MORINAGA
wrote:
> Currently, when spi-topcliff-pch receives transmit request over 4KByte,
> this driver can't process correctly. This driver needs to divide the data
> into 4Kbyte unit.
> This patch fixes the issue.
>
> Signed-off-by: Tomoya MORINAGA
On Fri, 9 Dec 2011 15:17:02 +0100, John Crispin wrote:
> The external bus unit (EBU) found on the FALC-ON SoC has spi emulation that is
> designed for serial flash access. This driver has only been tested with m25p80
> type chips. The hardware has no support for other types of spi peripherals.
>
On Thu, 19 Jan 2012 11:34:43 +0900, Tomoya MORINAGA
wrote:
> Hi Grant.
>
> More than a month has been passed since I posted the following patches.
> However still not reviewed yet.
>
> [PATCH 1/4] spi-topcliff-pch: Modify pci-bus number dynamically to get
> DMA device info
> [PATCH 2/4] spi-top
On Fri, 9 Dec 2011 13:11:42 +0900, Tomoya MORINAGA
wrote:
> Signed-off-by: Tomoya MORINAGA
> ---
> drivers/spi/spi-topcliff-pch.c |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/spi-topcliff-pch.c b/drivers/spi/spi-topcliff-pch.c
> index 99ec279..fc
On Tue, 10 Jan 2012 15:27:36 +0800, Axel Lin wrote:
> Simplify the error handling by moving the code to free gpios in one place.
>
> Signed-off-by: Axel Lin
> Acked-by: Shawn Guo
Applied, thanks.
g.
> ---
> drivers/spi/spi-imx.c | 11 +++
> 1 files changed, 3 insertions(+), 8 dele
On Thu, 15 Dec 2011 08:11:25 +0800, Axel Lin wrote:
> Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE
> tables.
>
> Signed-off-by: Axel Lin
Applied, thanks.
g.
> ---
> drivers/spi/spi-dw-pci.c |2 +-
> drivers/spi/spi-pxa2xx-pci.c |2 +-
> drivers/sp
I found that there are two kind of direction type.
First one is dma_data_direction defined in include/linux/dma-direction.h.
It is used for parameter of dma_map/unmap_single in spi-s3c64xx.
The other one is dma_transter_direction defined in include/linux/dmaengine.h.
It is used for direction of sam
On Wed, 1 Feb 2012 11:14:09 +0100, Florian Fainelli
wrote:
> This patch adds support for the SPI controller found on the Broadcom BCM63xx
> SoCs.
>
> Signed-off-by: Tanguy Bouzeloc
> Signed-off-by: Florian Fainelli
> Acked-by: Grant Likely
Applied, thanks.
In v3.4, the spi subsystem is gai
On Wed, 08 Feb 2012 15:54:40 +0900, Kyoungil Kim wrote:
> Signed-off-by: Boojin Kim
> Signed-off-by: Kyoungil Kim
I'm sorry, I don't understand the reason for the patch. Please help a poor
maintainer out and include the reason *why* the patch is needed in the
commit text.
(repost with a prope
On Wed, 8 Feb 2012 17:23:33 +0100, Federico Vaga
wrote:
> Signed-off-by: Federico Vaga
> ---
> drivers/spi/spi-pl022.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c
> index 2f9cb43..286572d 100644
> --- a/drive
On Mon, 13 Feb 2012 17:45:38 +0800, Barry Song wrote:
> From: Zhiwu Song
>
> CSR SiRFprimaII has two SPIs (SPI0 and SPI1). Features:
> * Master and slave modes
> * 8-/12-/16-/32-bit data unit
> * 256 bytes receive data FIFO and 256 bytes transmit data FIFO
> * Multi-unit frame
> * Configurable S
On Tue, 14 Feb 2012 15:35:03 +0100, Danny Kukawka
wrote:
> Fix for:
> drivers/spi/spi-topcliff-pch.c: In function âpch_spi_handler_subâ:
> drivers/spi/spi-topcliff-pch.c:325:17: warning: âbpw_lenâ may be
> used uninitialized in this function [-Wuninitialized]
> drivers/spi/spi-topcliff-
On Fri, 17 Feb 2012 16:23:29 -0800, Mark Brown
wrote:
> Some systems have SPI devices located on plugin modules which are
> enumerated at runtime as devices. The drivers for these plugin modules
> need to register their SPI devices at probe() time so want to be able
> to call spi_register_board_i
On Wed, 15 Feb 2012 14:48:32 -0800, Mark Brown
wrote:
> Convert the s3c64xx driver to using the new message queue factored out of
> the pl022 driver by Linus Walleij, saving us a nice block of code and
> getting the benefits of improvements implemented in the core.
>
> Signed-off-by: Mark Brown
On Thu, 23 Feb 2012 10:37:55 +0100, Uwe Kleine-König
wrote:
> They are all defined in an if SPI_MASTER ... endif block.
>
> Signed-off-by: Uwe Kleine-König
Applied, thanks
g.
> ---
> drivers/spi/Kconfig | 11 +--
> 1 files changed, 5 insertions(+), 6 deletions(-)
>
> diff --git
On Thu, 23 Feb 2012 10:40:14 +0100, Uwe Kleine-König
wrote:
> Signed-off-by: Uwe Kleine-König
Applied, thanks.
g.
> ---
> drivers/spi/spi.c |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
> index b2ccdea..4be88d7 100644
This will allow to use gpio for chip select with no modification in the
driver binding
When use the cs-gpios, the gpio number will be passed via the cs_gpio field
and the number of chip select will automatically increased.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
Cc: devicetree-disc...@li
On 08:14 Fri 09 Mar , Grant Likely wrote:
> On Wed, 7 Mar 2012 13:23:06 +0100, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
> > This will allow to use gpio for chip select with no modification in the
> > driver binding
> >
> > When use the cs-gpios, the gpio number will be passed via the cs_gp
On Mon, 27 Feb 2012 19:29:05 +0530, Shubhrajyoti D wrote:
> The loop count i traverses for ntrans which is unsigned
> so make the loop count i also unsigned.
>
> Fix the below warning
> In file included from drivers/spi/spi-omap2-mcspi.c:38:
> include/linux/spi/spi.h: In function 'spi_message_all
On Thu, Mar 1, 2012 at 6:10 PM, Kuninori Morimoto
wrote:
> This patch adds SuperH HSPI driver.
> It is still prototype driver, but has enough function at this point.
>
> Signed-off-by: Kuninori Morimoto
Applied, thanks.
However, the spi subsystem is getting new support for core-queuing in
v3.4.
On Sun, 4 Mar 2012 19:09:10 +0100, Heiko Stübner wrote:
> Newer SoCs from the S3C24XX line, namely S3C2416/2443/2450 contain
> hsspi-controllers compatible with the s3c64xx type.
>
> The previous patches enabled platform support for it, so make the
> driver also usable for the S3C24xx architectu
On Wed, 7 Mar 2012 13:23:06 +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> This will allow to use gpio for chip select with no modification in the
> driver binding
>
> When use the cs-gpios, the gpio number will be passed via the cs_gpio field
> and the number of chip select will automaticall
偌山腥鄙啄��6wWZE6GyQe
9454470720
eWTxVTta
868781UqmPaoK
J9pcOduib
HLjQTTVTX
rzPpN
6IffHU5QCZ4
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud comput
28 matches
Mail list logo