Re: [PATCH 5.0 00/95] 5.0.15-stable review

2019-05-10 Thread Jon Hunter
On 09/05/2019 19:41, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.15 release. > There are 95 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/42] 4.14.118-stable review

2019-05-10 Thread Jon Hunter
On 09/05/2019 19:41, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.118 release. > There are 42 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 00/66] 4.19.42-stable review

2019-05-10 Thread Jon Hunter
On 09/05/2019 19:41, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.42 release. > There are 66 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/28] 4.9.175-stable review

2019-05-10 Thread Jon Hunter
On 09/05/2019 19:41, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.175 release. > There are 28 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [Patch-V2 1/4] dt-binding: Tegra194 pinctrl support

2019-05-09 Thread Jon Hunter
On 09/05/2019 09:08, Krishna Yarlagadda wrote: > Add binding doc for Tegra 194 pinctrl driver > > Signed-off-by: Krishna Yarlagadda > --- > Changes in V2: > created new binding doc to handle Tegra194 pinctrl driver > > .../bindings/pinctrl/nvidia,tegra194-pinmux.txt| 116 >

Re: [PATCH v1] dmaengine: tegra-apb: Handle DMA_PREP_INTERRUPT flag properly

2019-05-08 Thread Jon Hunter
On 05/05/2019 19:12, Dmitry Osipenko wrote: > The DMA_PREP_INTERRUPT flag means that descriptor's callback should be > invoked upon transfer completion and that's it. For some reason driver > completely disables the hardware interrupt handling, leaving channel in > unusable state if transfer is

Re: [PATCH 4.14 00/75] 4.14.117-stable review

2019-05-07 Thread Jon Hunter
On 06/05/2019 15:32, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.117 release. > There are 75 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 00/99] 4.19.41-stable review

2019-05-07 Thread Jon Hunter
On 06/05/2019 15:31, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.41 release. > There are 99 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 000/122] 5.0.14-stable review

2019-05-07 Thread Jon Hunter
On 06/05/2019 15:30, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.14 release. > There are 122 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/62] 4.9.174-stable review

2019-05-07 Thread Jon Hunter
On 06/05/2019 15:32, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.174 release. > There are 62 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 00/72] 4.19.39-stable review

2019-05-03 Thread Jon Hunter
On 02/05/2019 16:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.39 release. > There are 72 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 000/101] 5.0.12-stable review

2019-05-03 Thread Jon Hunter
On 02/05/2019 16:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.12 release. > There are 101 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/32] 4.9.173-stable review

2019-05-03 Thread Jon Hunter
On 02/05/2019 16:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.173 release. > There are 32 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/49] 4.14.116-stable review

2019-05-03 Thread Jon Hunter
On 02/05/2019 16:20, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.116 release. > There are 49 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 0/6] Add support for Tegra186/Tegra194 and generic fixes

2019-05-02 Thread Jon Hunter
86/Tegra194 > dmaengine: tegra210-adma: add pause/resume support > dmaengine: tegra210-dma: free dma controller in remove() > dmaengine: tegra210-adma: restore channel status > > .../bindings/dma/nvidia,tegra210-adma.txt | 4 +- > drivers/dma/tegra210-adma.c | 232 + > 2 files changed, 193 insertions(+), 43 deletions(-) > Thanks! For the series ... Reviewed-by: Jon Hunter Cheers Jon -- nvpublic

[PATCH] ASoC: max98090: Fix restore of DAPM Muxes

2019-05-01 Thread Jon Hunter
Big which features the MAX98090 codec. Signed-off-by: Jon Hunter --- If this is the correct fix for this issue, can we tag this for stable? Or I can re-send with the stable tag. However, wanted to send out for review first. sound/soc/codecs/max98090.c | 12 ++-- 1 file changed, 6

Re: [PATCH] dma: tegra: add accurate reporting of dma state

2019-05-01 Thread Jon Hunter
n Dooks > --- > Cc: Dmitry Osipenko > Cc: Laxman Dewangan (supporter:TEGRA DMA DRIVERS) > Cc: Jon Hunter (supporter:TEGRA DMA DRIVERS) > Cc: Vinod Koul (maintainer:DMA GENERIC OFFLOAD ENGINE > SUBSYSTEM) > Cc: Dan Williams (reviewer:ASYNCHRONOUS > TRANSFERS/T

Re: [PATCH 5.0 00/89] 5.0.11-stable review

2019-05-01 Thread Jon Hunter
On 30/04/2019 12:37, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.11 release. > There are 89 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/100] 4.19.38-stable review

2019-05-01 Thread Jon Hunter
On 30/04/2019 12:37, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.38 release. > There are 100 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/53] 4.14.115-stable review

2019-05-01 Thread Jon Hunter
On 30/04/2019 12:38, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.115 release. > There are 53 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/41] 4.9.172-stable review

2019-05-01 Thread Jon Hunter
On 30/04/2019 12:38, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.172 release. > There are 41 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH v1] dmaengine: tegra: Use relaxed versions of readl/writel

2019-04-26 Thread Jon Hunter
On 26/04/2019 11:45, Dmitry Osipenko wrote: > 26.04.2019 12:52, Jon Hunter пишет: >> >> On 25/04/2019 00:17, Dmitry Osipenko wrote: >>> The readl/writel functions are inserting memory barrier in order to >>> ensure that memory stores are completed. On Tegra20 a

Re: [PATCH v1] dmaengine: tegra: Use relaxed versions of readl/writel

2019-04-26 Thread Jon Hunter
On 25/04/2019 00:17, Dmitry Osipenko wrote: > The readl/writel functions are inserting memory barrier in order to > ensure that memory stores are completed. On Tegra20 and Tegra30 this > results in L2 cache syncing which isn't a cheapest operation. The > tegra20-apb-dma driver doesn't need to

Re: [PATCH 1/3] dt-bindings: phy: tegra-xusb: List PLL power supplies

2019-04-26 Thread Jon Hunter
, but depending on the > driver probe order, power to the PLLs will not be supplied soon enough > and cause initialization to fail. > > Reviewed-by: Rob Herring > Signed-off-by: Thierry Reding For the series ... Acked-by: Jon Hunter Tested-by: Jon Hunter Cheers Jon -- nvpublic

Re: [PATCH 4.19 00/96] 4.19.37-stable review

2019-04-25 Thread Jon Hunter
On 24/04/2019 18:09, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.37 release. > There are 96 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 000/115] 5.0.10-stable review

2019-04-25 Thread Jon Hunter
On 24/04/2019 18:08, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.10 release. > There are 115 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/70] 4.14.114-stable review

2019-04-25 Thread Jon Hunter
On 24/04/2019 18:09, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.114 release. > There are 70 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/44] 4.9.171-stable review

2019-04-25 Thread Jon Hunter
On 24/04/2019 18:09, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.171 release. > There are 44 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.4 000/168] 4.4.179-stable review

2019-04-25 Thread Jon Hunter
On 24/04/2019 18:07, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.179 release. > There are 168 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 00/93] 5.0.9-stable review

2019-04-19 Thread Jon Hunter
On 18/04/2019 18:56, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.9 release. > There are 93 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/110] 4.19.36-stable review

2019-04-19 Thread Jon Hunter
On 18/04/2019 18:55, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.36 release. > There are 110 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/50] 4.9.170-stable review

2019-04-19 Thread Jon Hunter
On 18/04/2019 18:57, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.170 release. > There are 50 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/92] 4.14.113-stable review

2019-04-19 Thread Jon Hunter
On 18/04/2019 18:56, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.113 release. > There are 92 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/101] 4.19.35-stable review

2019-04-16 Thread Jon Hunter
On 15/04/2019 19:57, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.35 release. > There are 101 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 000/117] 5.0.8-stable review

2019-04-16 Thread Jon Hunter
On 15/04/2019 19:59, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.8 release. > There are 117 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/76] 4.9.169-stable review

2019-04-16 Thread Jon Hunter
On 15/04/2019 19:43, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.169 release. > There are 76 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/69] 4.14.112-stable review

2019-04-16 Thread Jon Hunter
On 15/04/2019 19:58, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.112 release. > There are 69 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 000/246] 5.0.7-stable review

2019-04-05 Thread Jon Hunter
On 04/04/2019 09:45, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.7 release. > There are 246 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/187] 4.19.34-stable review

2019-04-05 Thread Jon Hunter
On 04/04/2019 09:45, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.34 release. > There are 187 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 000/121] 4.14.111-stable review

2019-04-05 Thread Jon Hunter
On 04/04/2019 09:46, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.111 release. > There are 121 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/91] 4.9.168-stable review

2019-04-05 Thread Jon Hunter
On 04/04/2019 09:46, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.168 release. > There are 91 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH] ASoC: soc-core: Fix probe deferral following prelink failure

2019-04-02 Thread Jon Hunter
On 02/04/2019 10:31, Mark Brown wrote: > On Tue, Apr 02, 2019 at 10:30:34AM +0100, Jon Hunter wrote: >> On 02/04/2019 10:19, Mark Brown wrote: > >>> Oh, if I've applied that's why I don't have it any more. Indeed it's >>> applied in my 5.1 branch so I don't k

Re: [PATCH] ASoC: soc-core: Fix probe deferral following prelink failure

2019-04-02 Thread Jon Hunter
On 02/04/2019 10:19, Mark Brown wrote: > On Tue, Apr 02, 2019 at 09:52:15AM +0100, Jon Hunter wrote: >> On 02/04/2019 05:35, Mark Brown wrote: > >>> I don't have this patch at all AFAICT. > >> That's odd. It is definitely in -next and I did receive an 'applied' &

Re: [PATCH 5.0 000/146] 5.0.6-stable review

2019-04-02 Thread Jon Hunter
On 01/04/2019 18:00, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.6 release. > There are 146 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 000/107] 4.14.110-stable review

2019-04-02 Thread Jon Hunter
On 01/04/2019 18:01, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.110 release. > There are 107 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/134] 4.19.33-stable review

2019-04-02 Thread Jon Hunter
On 01/04/2019 18:00, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.33 release. > There are 134 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/56] 4.9.167-stable review

2019-04-02 Thread Jon Hunter
On 01/04/2019 18:02, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.167 release. > There are 56 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.4 000/131] 4.4.178-stable review

2019-04-02 Thread Jon Hunter
On 01/04/2019 18:01, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.178 release. > There are 131 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH] ASoC: soc-core: Fix probe deferral following prelink failure

2019-04-02 Thread Jon Hunter
On 02/04/2019 05:35, Mark Brown wrote: > On Mon, Apr 01, 2019 at 01:22:09PM +0100, Jon Hunter wrote: > >> FYI, I am seeing that the deferral of soundcards failing with v5.1-rc3 >> because the above has not been merged yet. Just wanted to let you know >> in case this one

Re: [PATCH] ASoC: soc-core: Fix probe deferral following prelink failure

2019-04-01 Thread Jon Hunter
Hi Mark, On 04/03/2019 13:31, Jon Hunter wrote: > From: Jonathan Hunter > > Commit 78a24e10cd94 ("ASoC: soc-core: clear platform pointers on error") > re-worked the clean-up of any platform pointers that may have been > initialised by the function snd_soc_init_platf

Re: [PATCH v2 1/2] bus: tegra-aconnect: use devm_clk_*() helpers

2019-03-27 Thread Jon Hunter
On 27/03/2019 11:10, Sameer Pujar wrote: > Hi Reviewers, > > Request for review and approval. Fine with me. I think you have my reviewed/acked-by. If there are any changes we need to make, we could also use the clk_bulk APIs here too. However, not critical. Cheers Jon -- nvpublic

Re: [PATCH 10/10] arm64: Add Tegra194 PCIe driver to defconfig

2019-03-27 Thread Jon Hunter
On 27/03/2019 10:12, Vidya Sagar wrote: > On 3/27/2019 3:38 PM, Jon Hunter wrote: >> >> On 26/03/2019 15:13, Vidya Sagar wrote: >>> Add PCIe host controller driver for DesignWare core based >>> PCIe controller IP present in Tegra194. >>> >>> S

Re: [PATCH 05/10] dt-bindings: PCI: tegra: Add device tree support for T194

2019-03-27 Thread Jon Hunter
On 26/03/2019 15:13, Vidya Sagar wrote: > Add support for Tegra194 PCIe controllers. These controllers are based > on Synopsys DesignWare core IP. > > Signed-off-by: Vidya Sagar > --- > .../bindings/pci/nvidia,tegra194-pcie.txt | 209 > + >

Re: [PATCH 10/10] arm64: Add Tegra194 PCIe driver to defconfig

2019-03-27 Thread Jon Hunter
On 26/03/2019 15:13, Vidya Sagar wrote: > Add PCIe host controller driver for DesignWare core based > PCIe controller IP present in Tegra194. > > Signed-off-by: Vidya Sagar > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git

Re: [PATCH 09/10] PCI: tegra: Add Tegra194 PCIe support

2019-03-27 Thread Jon Hunter
On 26/03/2019 15:13, Vidya Sagar wrote: > Add support for Synopsys DesignWare core IP based PCIe host controller > present in Tegra194 SoC. > > Signed-off-by: Vidya Sagar > --- > drivers/pci/controller/dwc/Kconfig | 10 + > drivers/pci/controller/dwc/Makefile|1 + >

Re: [PATCH 5.0 00/52] 5.0.5-stable review

2019-03-26 Thread Jon Hunter
On 26/03/2019 06:29, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.5 release. > There are 52 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 00/45] 4.19.32-stable review

2019-03-26 Thread Jon Hunter
On 26/03/2019 06:29, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.32 release. > There are 45 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/41] 4.14.109-stable review

2019-03-26 Thread Jon Hunter
On 26/03/2019 06:29, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.109 release. > There are 41 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/30] 4.9.166-stable review

2019-03-26 Thread Jon Hunter
On 26/03/2019 06:29, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.166 release. > There are 30 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.4 000/230] 4.4.177-stable review

2019-03-24 Thread Jon Hunter
On 22/03/2019 11:12, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.177 release. > There are 230 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 000/238] 5.0.4-stable review

2019-03-24 Thread Jon Hunter
On 22/03/2019 11:13, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.4 release. > There are 238 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/280] 4.19.31-stable review

2019-03-24 Thread Jon Hunter
On 22/03/2019 11:12, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.31 release. > There are 280 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 000/183] 4.14.108-stable review

2019-03-24 Thread Jon Hunter
On 22/03/2019 11:13, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.108 release. > There are 183 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > >

Re: [PATCH 4.9 000/118] 4.9.165-stable review

2019-03-24 Thread Jon Hunter
On 22/03/2019 11:14, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.165 release. > There are 118 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 00/43] 5.0.3-stable review

2019-03-19 Thread Jon Hunter
On 18/03/2019 09:23, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.3 release. > There are 43 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.20 00/52] 4.20.17-stable review

2019-03-19 Thread Jon Hunter
On 18/03/2019 09:24, Greg Kroah-Hartman wrote: > -- > NOTE, this is going to be the LAST 4.20.y release. After this one, 4.20 > will be end-of-life. Please move to the 5.0.y tree at this point in > time, or let me know why that is not possible. > -- > > This is

Re: [PATCH 4.19 00/52] 4.19.30-stable review

2019-03-19 Thread Jon Hunter
On 18/03/2019 09:24, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.30 release. > There are 52 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/31] 4.9.164-stable review

2019-03-19 Thread Jon Hunter
On 18/03/2019 09:25, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.164 release. > There are 31 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/34] 4.14.107-stable review

2019-03-19 Thread Jon Hunter
On 18/03/2019 09:25, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.107 release. > There are 34 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.20 000/171] 4.20.16-stable review

2019-03-13 Thread Jon Hunter
On 12/03/2019 17:06, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.20.16 release. > There are 171 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 5.0 00/25] 5.0.2-stable review

2019-03-13 Thread Jon Hunter
On 12/03/2019 17:08, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.2 release. > There are 25 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 000/135] 4.14.106-stable review

2019-03-13 Thread Jon Hunter
On 12/03/2019 17:07, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.106 release. > There are 135 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/149] 4.19.29-stable review

2019-03-13 Thread Jon Hunter
On 12/03/2019 17:06, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.29 release. > There are 149 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/96] 4.9.163-stable review

2019-03-13 Thread Jon Hunter
On 12/03/2019 17:09, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.163 release. > There are 96 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH v3 2/2] dmaengine: tegra210-adma: update system sleep callbacks

2019-03-13 Thread Jon Hunter
LEEP_PM_OPS(tegra_adma_pm_suspend, NULL) > + SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, > + pm_runtime_force_resume) > }; > > static struct platform_driver tegra_admac_driver = { Acked-by: Jon Hunter Cheers Jon -- nvpublic

Re: [PATCH v2 2/2] dmaengine: tegra210-adma: update system sleep callbacks

2019-03-13 Thread Jon Hunter
On 13/03/2019 10:40, Sameer Pujar wrote: > > On 3/13/2019 3:58 PM, Jon Hunter wrote: >> On 13/03/2019 05:43, Sameer Pujar wrote: >>> If the driver is active till late suspend, where runtime PM cannot run, >>> force suspend is essential in such case to put the devic

Re: [PATCH v2 2/2] bus: tegra-aconnect: add system sleep callbacks

2019-03-13 Thread Jon Hunter
; SET_RUNTIME_PM_OPS(tegra_aconnect_runtime_suspend, > tegra_aconnect_runtime_resume, NULL) > + SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, > + pm_runtime_force_resume) > }; > > static const struc

Re: [PATCH v2 2/2] dmaengine: tegra210-adma: update system sleep callbacks

2019-03-13 Thread Jon Hunter
On 13/03/2019 05:43, Sameer Pujar wrote: > If the driver is active till late suspend, where runtime PM cannot run, > force suspend is essential in such case to put the device in low power > state. Thus pm_runtime_force_suspend and pm_runtime_force_resume are > used as system sleep callbacks

Re: [PATCH] arm64: tegra: dts: enable aconnect, adma and agic

2019-03-12 Thread Jon Hunter
ot;; > + }; > + > + agic@702f9000 { > + status = "okay"; > + }; > + }; > }; Acked-by: Jon Hunter Cheers Jon -- nvpublic

Re: [PATCH] bus: tegra-aconnect: use devm_clk_*() helpers

2019-03-12 Thread Jon Hunter
On 12/03/2019 14:34, Sameer Pujar wrote: > aconnect bus driver is using pm_clk_*() for managing required clocks. With > this, clocks seem to be always ON. This happens because, the clock prepare > count is incremented in pm_clock_acquire() which is called during device > probe(). The count is

Re: [PATCH] dmaengine: tegra210-adma: use devm_clk_*() helpers

2019-03-12 Thread Jon Hunter
On 12/03/2019 14:35, Sameer Pujar wrote: > Usage of pm_clk_*() results in non-zero prepare_count for clocks and hence > module clocks remain ON always. This is not desired as it will leak power > unncessarily. This patch replaces pm_clk_*() with devm_clk_*() interface. Technically, this is not

Re: [PATCH 3/9] drivers: ata: ahci_tegra: use devm_platform_ioremap_resource()

2019-03-12 Thread Jon Hunter
On 12/03/2019 09:19, Enrico Weigelt, metux IT consult wrote: > Use the new helper that wraps the calls to platform_get_resource() > and devm_ioremap_resource() together. > > Signed-off-by: Enrico Weigelt, metux IT consult > --- > drivers/ata/ahci_tegra.c | 13 + > 1 file changed,

Re: [PATCH 5.0 00/46] 5.0.1-stable review

2019-03-08 Thread Jon Hunter
On 08/03/2019 12:49, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.0.1 release. > There are 46 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.20 00/76] 4.20.15-stable review

2019-03-08 Thread Jon Hunter
On 08/03/2019 12:49, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.20.15 release. > There are 76 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 00/68] 4.19.28-stable review

2019-03-08 Thread Jon Hunter
On 08/03/2019 12:49, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.28 release. > There are 68 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH V1 01/11] mmc: tegra: fix ddr signaling for non-ddr modes

2019-03-07 Thread Jon Hunter
tested this series on Tegra210, Tegra186 and Tegra194 and see no further issues. Thanks for getting this out! Feel free to add my ... Tested-by: Jon Hunter Cheers Jon -- nvpublic

Re: [PATCH 3/3] irqchip/gic-pm: use devm_clk_*() helpers

2019-03-06 Thread Jon Hunter
On 06/03/2019 11:31, Marc Zyngier wrote: > Hi Sameer, > > [unrelated to this email: anything that comes from NVIDIA reaches me > encrypted with my public key. Not a big deal, but it'd be good if > someone could fix that.] > > On 06/03/2019 10:41, Sameer Pujar wrote: >> With pm_clk_*() usage,

Re: [PATCH 4.20 00/88] 4.20.14-stable review

2019-03-05 Thread Jon Hunter
On 04/03/2019 08:21, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.20.14 release. > There are 88 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 00/78] 4.19.27-stable review

2019-03-05 Thread Jon Hunter
On 04/03/2019 08:21, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.27 release. > There are 78 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.14 00/52] 4.14.105-stable review

2019-03-05 Thread Jon Hunter
On 04/03/2019 08:21, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.105 release. > There are 52 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.9 00/32] 4.9.162-stable review

2019-03-05 Thread Jon Hunter
On 04/03/2019 08:21, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.162 release. > There are 32 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

[PATCH] ASoC: soc-core: Fix probe deferral following prelink failure

2019-03-04 Thread Jon Hunter
From: Jonathan Hunter Commit 78a24e10cd94 ("ASoC: soc-core: clear platform pointers on error") re-worked the clean-up of any platform pointers that may have been initialised by the function snd_soc_init_platform(). This commit missed one error path where if any of the prelinks for a soundcard

Re: Regression: ASoC: soc-core: clear platform pointers on error

2019-03-04 Thread Jon Hunter
On 01/03/2019 17:28, Curtis Malainey wrote: > On Fri, Mar 1, 2019 at 4:07 AM Jon Hunter wrote: >> >> Hi Mark, Curtis, >> >> I am seeing a regression on -next where the soundcard on one of our >> Tegra boards fails to initialise following a probe deferral. T

Regression: ASoC: soc-core: clear platform pointers on error

2019-03-01 Thread Jon Hunter
Hi Mark, Curtis, I am seeing a regression on -next where the soundcard on one of our Tegra boards fails to initialise following a probe deferral. The bisect points to the commit 78a24e10cd94420f1b4e2dc5923ae7109e2aaba1 ('ASoC: soc-core: clear platform pointers on error') and reverting this on

Re: [PATCH] sched/cputime: Remove unnecessary assignment statement

2019-02-28 Thread Jon Hunter
On 28/02/2019 12:31, Peter Zijlstra wrote: > > Clearly, because reading comprehension isn't your strong point: > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail?

Re: [PATCH V15 14/18] block: enable multipage bvecs

2019-02-28 Thread Jon Hunter
On 28/02/2019 07:51, Marek Szyprowski wrote: > Hi Ming, > > On 2019-02-28 00:29, Ming Lei wrote: >> On Wed, Feb 27, 2019 at 08:47:09PM +0000, Jon Hunter wrote: >>> On 21/02/2019 08:42, Marek Szyprowski wrote: >>>> On 2019-02-15 12:13, Ming Lei wrote: >>

Re: [PATCH V15 14/18] block: enable multipage bvecs

2019-02-27 Thread Jon Hunter
On 21/02/2019 08:42, Marek Szyprowski wrote: > Dear All, > > On 2019-02-15 12:13, Ming Lei wrote: >> This patch pulls the trigger for multi-page bvecs. >> >> Reviewed-by: Omar Sandoval >> Signed-off-by: Ming Lei > > Since Linux next-20190218 I've observed problems with block layer on one >

Re: [PATCH] Revert "dma-contiguous: do not allocate a single page from CMA area"

2019-02-27 Thread Jon Hunter
t first and then find a safer solution instead. > > Reported-by: Tony Lindgren > Signed-off-by: Nicolin Chen > --- > Tony, > > Would you please test and verify? Thanks! This also fixes various memory allocation failures we have seen on 32-bit Tegra as well. Tested-by: Jon Hunter Cheers Jon -- nvpublic

Re: [PATCH 4.20 000/183] 4.20.13-stable review

2019-02-26 Thread Jon Hunter
On 25/02/2019 21:09, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.20.13 release. > There are 183 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH 4.19 000/152] 4.19.26-stable review

2019-02-26 Thread Jon Hunter
On 25/02/2019 21:09, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.26 release. > There are 152 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

<    2   3   4   5   6   7   8   9   10   11   >