* [GIT PULL] pxa for v4.19-v2
@ 2018-07-16 20:04 Robert Jarzmik
2018-07-18 14:55 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Robert Jarzmik @ 2018-07-16 20:04 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Kevin, and Olof,
This is the pxa pull request for 4.19 v2. It is the same pull request as v1,
with one patch removed and postponed for 4.20 to fix cross trees dependencies
breakage.
As before, this time it touches a lot of subsystems because of the dma slave map
conversion of the pxa architecture.
Can you please consider pulling ?
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
https://github.com/rjarzmik/linux.git tags/pxa-for-4.19-v2
for you to fetch changes up to cbc654c88178b7dc3b63f57278cb917ffdb629cc:
net: smc91x: remove the dmaengine compat need (2018-06-21 10:45:47 +0200)
----------------------------------------------------------------
This is the pxa changes for 4.19 cycle :
- the pxa architecture is ported to dma slavemap
- some minor AC97 fixes
- some minor board fixes
----------------------------------------------------------------
Robert Jarzmik (16):
dmaengine: pxa: use a dma slave map
ARM: pxa: add dma slave map
dmaengine: pxa: add a default requestor policy
mmc: pxamci: remove the dmaengine compat need
media: pxa_camera: remove the dmaengine compat need
mtd: rawnand: marvell: remove the dmaengine compat need
ata: pata_pxa: remove the dmaengine compat need
dmaengine: pxa: document pxad_param
ARM: pxa: remove the DMA IO resources
ARM: pxa: change SSP DMA channels allocation
ARM: pxa: hx4700: fix the usb client
ARM: pxa: mioa701 convert to the new AC97 bus
ARM: pxa: add the missing AC97 clocks
ARM: pxa: zylonite: use the new ac97 bus support
net: smc911x: remove the dmaengine compat need
net: smc91x: remove the dmaengine compat need
arch/arm/mach-pxa/devices.c | 161 ++++------------------------------
arch/arm/mach-pxa/devices.h | 6 +-
arch/arm/mach-pxa/hx4700.c | 4 +
arch/arm/mach-pxa/mioa701.c | 2 -
arch/arm/mach-pxa/pxa25x.c | 38 +++++++-
arch/arm/mach-pxa/pxa27x.c | 39 +++++++-
arch/arm/mach-pxa/pxa3xx.c | 41 ++++++++-
arch/arm/mach-pxa/zylonite.c | 11 ---
arch/arm/plat-pxa/ssp.c | 47 ----------
drivers/ata/pata_pxa.c | 10 +--
drivers/dma/pxa_dma.c | 15 +++-
drivers/media/platform/pxa_camera.c | 22 +----
drivers/mmc/host/pxamci.c | 29 +-----
drivers/mtd/nand/raw/marvell_nand.c | 17 +---
drivers/net/ethernet/smsc/smc911x.c | 13 +--
drivers/net/ethernet/smsc/smc91x.c | 9 +-
drivers/net/ethernet/smsc/smc91x.h | 1 -
include/linux/dma/pxa-dma.h | 9 ++
include/linux/platform_data/mmp_dma.h | 4 +
include/linux/pxa2xx_ssp.h | 2 -
sound/soc/pxa/pxa-ssp.c | 5 +-
21 files changed, 180 insertions(+), 305 deletions(-)
--
Robert
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL] pxa for v4.19-v2
2018-07-16 20:04 [GIT PULL] pxa for v4.19-v2 Robert Jarzmik
@ 2018-07-18 14:55 ` Olof Johansson
2018-07-18 14:56 ` Daniel Mack
0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2018-07-18 14:55 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jul 16, 2018 at 1:04 PM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:
> Hi Arnd, Kevin, and Olof,
>
> This is the pxa pull request for 4.19 v2. It is the same pull request as v1,
> with one patch removed and postponed for 4.20 to fix cross trees dependencies
> breakage.
>
> As before, this time it touches a lot of subsystems because of the dma slave map
> conversion of the pxa architecture.
>
> Can you please consider pulling ?
>
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> https://github.com/rjarzmik/linux.git tags/pxa-for-4.19-v2
>
> for you to fetch changes up to cbc654c88178b7dc3b63f57278cb917ffdb629cc:
>
> net: smc91x: remove the dmaengine compat need (2018-06-21 10:45:47 +0200)
>
> ----------------------------------------------------------------
> This is the pxa changes for 4.19 cycle :
> - the pxa architecture is ported to dma slavemap
> - some minor AC97 fixes
> - some minor board fixes
Thanks -- I merged just into our for-next yesterday to get one run
through linux-next overnight, and that looked good. So I now merged it
into next/soc as well.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] pxa for v4.19-v2
2018-07-18 14:55 ` Olof Johansson
@ 2018-07-18 14:56 ` Daniel Mack
2018-07-18 14:59 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Mack @ 2018-07-18 14:56 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday, July 18, 2018 04:55 PM, Olof Johansson wrote:
> On Mon, Jul 16, 2018 at 1:04 PM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:
>> Hi Arnd, Kevin, and Olof,
>>
>> This is the pxa pull request for 4.19 v2. It is the same pull request as v1,
>> with one patch removed and postponed for 4.20 to fix cross trees dependencies
>> breakage.
>>
>> As before, this time it touches a lot of subsystems because of the dma slave map
>> conversion of the pxa architecture.
>>
>> Can you please consider pulling ?
>>
>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>> https://github.com/rjarzmik/linux.git tags/pxa-for-4.19-v2
>>
>> for you to fetch changes up to cbc654c88178b7dc3b63f57278cb917ffdb629cc:
>>
>> net: smc91x: remove the dmaengine compat need (2018-06-21 10:45:47 +0200)
>>
>> ----------------------------------------------------------------
>> This is the pxa changes for 4.19 cycle :
>> - the pxa architecture is ported to dma slavemap
>> - some minor AC97 fixes
>> - some minor board fixes
>
> Thanks -- I merged just into our for-next yesterday to get one run
> through linux-next overnight, and that looked good. So I now merged it
> into next/soc as well.
Thanks! Can we get that missing patch merged in 4.19-rc2 maybe? I'd much
like to finally get this transition off the table for the 4.19 release :)
Daniel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] pxa for v4.19-v2
2018-07-18 14:56 ` Daniel Mack
@ 2018-07-18 14:59 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-07-18 14:59 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jul 18, 2018 at 7:56 AM, Daniel Mack <daniel@zonque.org> wrote:
> On Wednesday, July 18, 2018 04:55 PM, Olof Johansson wrote:
>>
>> On Mon, Jul 16, 2018 at 1:04 PM, Robert Jarzmik <robert.jarzmik@free.fr>
>> wrote:
>>>
>>> Hi Arnd, Kevin, and Olof,
>>>
>>> This is the pxa pull request for 4.19 v2. It is the same pull request as
>>> v1,
>>> with one patch removed and postponed for 4.20 to fix cross trees
>>> dependencies
>>> breakage.
>>>
>>> As before, this time it touches a lot of subsystems because of the dma
>>> slave map
>>> conversion of the pxa architecture.
>>>
>>> Can you please consider pulling ?
>>>
>>> The following changes since commit
>>> ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>>
>>> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>>
>>> are available in the git repository at:
>>>
>>> https://github.com/rjarzmik/linux.git tags/pxa-for-4.19-v2
>>>
>>> for you to fetch changes up to cbc654c88178b7dc3b63f57278cb917ffdb629cc:
>>>
>>> net: smc91x: remove the dmaengine compat need (2018-06-21 10:45:47
>>> +0200)
>>>
>>> ----------------------------------------------------------------
>>> This is the pxa changes for 4.19 cycle :
>>> - the pxa architecture is ported to dma slavemap
>>> - some minor AC97 fixes
>>> - some minor board fixes
>>
>>
>> Thanks -- I merged just into our for-next yesterday to get one run
>> through linux-next overnight, and that looked good. So I now merged it
>> into next/soc as well.
>
>
> Thanks! Can we get that missing patch merged in 4.19-rc2 maybe? I'd much
> like to finally get this transition off the table for the 4.19 release :)
Probably, but let's see what fallout is like during the merge window
and decide then, send it right after -rc1 if that's the case (a patch
is fine, no need to do a pull request).
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-18 14:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16 20:04 [GIT PULL] pxa for v4.19-v2 Robert Jarzmik
2018-07-18 14:55 ` Olof Johansson
2018-07-18 14:56 ` Daniel Mack
2018-07-18 14:59 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox