Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-23 Thread Samuel Ortiz
Hi Wei, On Wed, Jan 23, 2013 at 09:32:15AM +0800, wwang wrote: > Hi Samuel: > > Sorry, pclinux is also me. I always mess the two mail accounts up. > I would like to repeat my question. Does it mean that the other commits > only can be submitted to 3.9-rc? Yes, that's how I prefer to handle it. C

Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-22 Thread Dan Carpenter
On Wed, Jan 23, 2013 at 09:23:57AM +0800, pclinux wrote: > Sure. I will do it. > Does it mean that the other commits only can be submitted to 3.9-rc? > Submit them now. They stay in Samuel's tree and are tested in linux-next until 3.8 is released. Then Samuel submits them during the 3.9 merge w

Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-22 Thread wwang
于 2013年01月23日 09:23, pclinux 写道: > 于 2013年01月23日 06:42, Samuel Ortiz 写道: >> On Tue, Jan 22, 2013 at 11:39:09AM +0800, wwang wrote: >> Wei WANG (8): >> MFD:rtsx: Fix typo in comment >> MFD:rtsx: Remove redundant code >> MFD:rtsx: Declare that the DMA address limitation is 32bit

Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-22 Thread pclinux
于 2013年01月23日 06:42, Samuel Ortiz 写道: > On Tue, Jan 22, 2013 at 11:39:09AM +0800, wwang wrote: > Wei WANG (8): > MFD:rtsx: Fix typo in comment > MFD:rtsx: Remove redundant code > MFD:rtsx: Declare that the DMA address limitation is 32bit explicitly > MFD:rtsx: Add callba

Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-22 Thread Samuel Ortiz
On Tue, Jan 22, 2013 at 11:39:09AM +0800, wwang wrote: > >>>Wei WANG (8): > >>> MFD:rtsx: Fix typo in comment > >>> MFD:rtsx: Remove redundant code > >>> MFD:rtsx: Declare that the DMA address limitation is 32bit explicitly > >>> MFD:rtsx: Add callback function switch_output_voltage > >>>

Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-21 Thread wwang
于 2013年01月22日 11:31, Samuel Ortiz 写道: Hi Wei, On Wed, Jan 16, 2013 at 05:02:37PM +0800, wwang wrote: 于 2013年01月08日 17:57, 王炜 写道: From: Wei WANG v2: 1. Add commit message for patch 2 2. Move pci_set_dma_mask before the pci_enable_device(pcidev) call v3: 1. Add commit message for patch 3 2. A

Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-21 Thread Samuel Ortiz
Hi Wei, On Wed, Jan 16, 2013 at 05:02:37PM +0800, wwang wrote: > 于 2013年01月08日 17:57, 王炜 写道: > > From: Wei WANG > > > > v2: > > 1. Add commit message for patch 2 > > 2. Move pci_set_dma_mask before the pci_enable_device(pcidev) call > > > > v3: > > 1. Add commit message for patch 3 > > 2. Add pat

Re: [PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-16 Thread wwang
于 2013年01月08日 17:57, 王炜 写道: > From: Wei WANG > > v2: > 1. Add commit message for patch 2 > 2. Move pci_set_dma_mask before the pci_enable_device(pcidev) call > > v3: > 1. Add commit message for patch 3 > 2. Add patch 8: Use macro defines to replace some variables > > v4: > 1. Describe why patch 3

[PATCH v4 0/8] rtsx patchset for MFD and MMC tree

2013-01-08 Thread wei_wang
From: Wei WANG v2: 1. Add commit message for patch 2 2. Move pci_set_dma_mask before the pci_enable_device(pcidev) call v3: 1. Add commit message for patch 3 2. Add patch 8: Use macro defines to replace some variables v4: 1. Describe why patch 3 is needed 2. Modify a comment character in patch