[linux-sunxi] Re: [PATCH v7 2/3] [media] rc: add sunxi-ir driver

2014-05-20 Thread Hans de Goede
Hi, On 05/19/2014 10:26 PM, David Härdeman wrote: On Thu, May 15, 2014 at 03:56:41AM +0600, Alexander Bersenev wrote: This patch adds driver for sunxi IR controller. It is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. ... +static irqreturn_t

[linux-sunxi] Re: [RFC PATCH 1/3] mfd: AXP22x: add support for APX221 PMIC

2014-05-20 Thread Hans de Goede
Hi, On 05/19/2014 07:45 PM, Boris BREZILLON wrote: Hello Lee, On 19/05/2014 19:28, Lee Jones wrote: This patch introduces preliminary support for the X-Powers AXP221 PMIC. The AXP221 is typically used on boards using Allwinner's A31 SoC. At the moment, this driver only exposes regulator

[linux-sunxi] Re: [PATCH] Add Full Duplex support to SPI (v2)

2014-05-20 Thread miltongiordano
excelent news this patch is available since i am trying to connect rf24l01 sensor using spi, now i have a simple question, my as an absolute newbiehoy do i apply this patch? i am using cubieez on cb2. your help will be a bless. thanks -- You received this message because you are subscribed

[linux-sunxi] Help with dtsi

2014-05-20 Thread Paul Jones
Hi, I'm attempting to connect a Microchip enc28j60 SPI Ethernet controller to an Olimex A13 board, but I'm having trouble figuring out how to modify the dtsi file. This is the wiring config I'm using: PC0 - SPI0_MOSI PC1 - SPI0_MISO PC2 - SPI0_CLK PC3 - SPI0_CS0 PB3 - EINT17 The parts I'm

Re: [linux-sunxi] [PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller

2014-05-20 Thread Emilio López
Hi Maxime, El 24/04/14 11:22, Maxime Ripard escribió: The Allwinner A31 has a 16 channels DMA controller that it shares with the newer A23. Although sharing some similarities with the DMA controller of the older Allwinner SoCs, it's significantly different, I don't expect it to be possible to

[linux-sunxi] Re: [PATCH v3 5/9] mtd: nand: add sunxi NAND flash controller support

2014-05-20 Thread Brian Norris
On Tue, May 20, 2014 at 11:49:42AM -0700, Brian Norris wrote: On Fri, May 09, 2014 at 06:47:22PM +0200, Boris BREZILLON wrote: On 09/05/2014 18:03, Ezequiel Garcia wrote: On 12 Mar 07:07 PM, Boris BREZILLON wrote: --- /dev/null +++ b/drivers/mtd/nand/sunxi_nand.c @@ -0,0 +1,1276 @@

[linux-sunxi] Re: [PATCH v3 4/9] of: mtd: add documentation for the ONFI NAND timing mode property

2014-05-20 Thread Boris BREZILLON
Hi Brian, On 20/05/2014 20:25, Brian Norris wrote: Hi Boris, On Wed, Mar 12, 2014 at 07:07:39PM +0100, Boris BREZILLON wrote: Add documentation for the ONFI NAND timing mode property. Signed-off-by: Boris BREZILLON b.brezillon@gmail.com ---

[linux-sunxi] Re: [PATCH v3 5/9] mtd: nand: add sunxi NAND flash controller support

2014-05-20 Thread Boris BREZILLON
On 20/05/2014 21:21, Brian Norris wrote: On Tue, May 20, 2014 at 11:49:42AM -0700, Brian Norris wrote: On Fri, May 09, 2014 at 06:47:22PM +0200, Boris BREZILLON wrote: On 09/05/2014 18:03, Ezequiel Garcia wrote: On 12 Mar 07:07 PM, Boris BREZILLON wrote: --- /dev/null +++

[linux-sunxi] Re: [PATCH v3 4/9] of: mtd: add documentation for the ONFI NAND timing mode property

2014-05-20 Thread Jason Gunthorpe
On Tue, May 20, 2014 at 09:30:33PM +0200, Boris BREZILLON wrote: AFAICT nothing, but the same goes for the ECC requirements, and we've recently added DT bindings to define these requirements. I'm not telling we should drop these ECC requirements bindings (actually I'm using them :-)), but

[linux-sunxi] Re: [PATCH v3 4/9] of: mtd: add documentation for the ONFI NAND timing mode property

2014-05-20 Thread Brian Norris
On Tue, May 20, 2014 at 09:30:33PM +0200, Boris BREZILLON wrote: Hi Brian, On 20/05/2014 20:25, Brian Norris wrote: Hi Boris, On Wed, Mar 12, 2014 at 07:07:39PM +0100, Boris BREZILLON wrote: Add documentation for the ONFI NAND timing mode property. Signed-off-by: Boris BREZILLON

[linux-sunxi] Re: [PATCH v3 4/9] of: mtd: add documentation for the ONFI NAND timing mode property

2014-05-20 Thread Boris BREZILLON
On 20/05/2014 21:52, Brian Norris wrote: On Tue, May 20, 2014 at 09:30:33PM +0200, Boris BREZILLON wrote: Hi Brian, On 20/05/2014 20:25, Brian Norris wrote: Hi Boris, On Wed, Mar 12, 2014 at 07:07:39PM +0100, Boris BREZILLON wrote: Add documentation for the ONFI NAND timing mode property.

[linux-sunxi] Re: [PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209

2014-05-20 Thread Mark Brown
On Mon, May 19, 2014 at 09:47:41PM +0200, Carlo Caione wrote: This set of patches introduces the core driver and support for two different subsystems: - Regulators .../ABI/testing/sysfs-driver-input-axp-pek | 11 + Documentation/devicetree/bindings/mfd/axp20x.txt | 93

[linux-sunxi] Re: [PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller

2014-05-20 Thread Vinod Koul
On Wed, May 07, 2014 at 10:19:49PM -0500, Maxime Ripard wrote: On Fri, May 02, 2014 at 10:04:29PM +0530, Vinod Koul wrote: On Wed, Apr 30, 2014 at 02:53:22PM -0700, Maxime Ripard wrote: Hi Vinod, On Wed, Apr 30, 2014 at 12:34:08PM +0530, Vinod Koul wrote: On Thu, Apr 24, 2014 at

[linux-sunxi] Re: [PATCH v7] DMA: sun6i: Add driver for the Allwinner A31 DMA controller

2014-05-20 Thread Vinod Koul
On Tue, May 13, 2014 at 03:42:58PM +0200, Maxime Ripard wrote: Hi Vinod, On Wed, Apr 30, 2014 at 12:34:08PM +0530, Vinod Koul wrote: + +static int sun6i_dma_terminate_all(struct sun6i_vchan *vchan) +{ + struct sun6i_dma_dev *sdev = to_sun6i_dma_dev(vchan-vc.chan.device); +