[GIT PULL] fsverity updates for 5.8

2020-05-31 Thread Eric Biggers
The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8: Linux 5.7-rc5 (2020-05-10 15:16:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus for you to fetch changes up to 9cd6b593cfc9eaa476c9a3f

Re: [PATCH v3 5/8] mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel

2020-05-31 Thread Tudor.Ambarus
On Monday, June 1, 2020 8:47:22 AM EEST Vignesh Raghavendra wrote: > dma_request_chan_by_mask() can throw EPROBE_DEFER if DMA provider > is not yet probed. Currently driver just falls back to using PIO mode > (which is less efficient) in this case. Instead return probe deferral > error as is so tha

Re: [PATCH v3 6/8] mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path

2020-05-31 Thread Tudor.Ambarus
On Monday, June 1, 2020 8:47:23 AM EEST Vignesh Raghavendra wrote: > Drop redundant WREN command in cqspi_erase() as SPI NOR core takes care > of sending WREN command before sending erase command. > > Signed-off-by: Vignesh Raghavendra > --- > drivers/mtd/spi-nor/controllers/cadence-quadspi.c |

[PATCH] power: supply: bq24190_charger.c: call pm_runtime_put in pm_runtime_get_sync failed case

2020-05-31 Thread Navid
Even in failed case of pm_runtime_get_sync, the usage_count is incremented. In order to keep the usage_count with correct value call pm_runtime_put_autosuspend. Signed-off-by: Navid --- drivers/power/supply/bq24190_charger.c | 26 ++ 1 file changed, 18 insertions(+), 8 de

Re: [PATCH] OPP: Check for bandwidth values before creating icc paths

2020-05-31 Thread Sibi Sankar
On 2020-06-01 09:37, Viresh Kumar wrote: On 29-05-20, 19:47, Sibi Sankar wrote: opp_np needs to be subjected to NULL check as well. No, it isn't. It should already be valid and is set by the OPP core. Actually we don't need to do of_node_get(opp_table->np) and just use np, I did that to not ha

Re: [PATCH v2 00/12] clean-up the migration target allocation functions

2020-05-31 Thread Joonsoo Kim
2020년 5월 29일 (금) 오후 3:50, Joonsoo Kim 님이 작성: > > 2020년 5월 29일 (금) 오전 4:25, Vlastimil Babka 님이 작성: > > > > On 5/27/20 8:44 AM, js1...@gmail.com wrote: > > > From: Joonsoo Kim > > > > > > This patchset clean-up the migration target allocation functions. > > > > > > * Changes on v2 > > > - add acked-

Re: [PATCH v3] i2c: imx-lpi2c: Fix runtime PM imbalance in lpi2c_imx_master_enable()

2020-05-31 Thread Markus Elfring
> pm_runtime_get_sync() increments the runtime PM usage counter even > the call returns an error code. Thus a corresponding decrement is > needed on the error handling path to keep the counter balanced. > > Fix this by adding the missed function call. How do you think about a wording variant like

Re: [PATCH v3 04/18] nitro_enclaves: Init PCI device driver

2020-05-31 Thread Paraschiv, Andra-Irina
On 01/06/2020 05:55, Benjamin Herrenschmidt wrote: On Tue, 2020-05-26 at 21:35 +0300, Paraschiv, Andra-Irina wrote: This was needed to have an identifier for the overall NE logic - PCI dev, ioctl and misc dev. The ioctl and misc dev logic has pr_* logs, but I can update them to dev_* with mis

Re: [PATCH] riscv: fix build warning of missing prototypes

2020-05-31 Thread Andreas Schwab
On Jun 01 2020, Zong Li wrote: > Add the missing header in file, it was losed in original implementation. s/losed/lost/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: [PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework

2020-05-31 Thread Tudor.Ambarus
On Monday, June 1, 2020 8:47:24 AM EEST Vignesh Raghavendra wrote: > From: Ramuthevar Vadivel Murugan > > > Move cadence-quadspi driver to use spi-mem framework. This is required > to make the driver support for SPI NAND flashes in future. > > Driver is feature compliant with existing SPI NOR ve

Re: [PATCH] riscv: fix build warning of missing prototypes

2020-05-31 Thread Zong Li
On Mon, Jun 1, 2020 at 2:48 PM Andreas Schwab wrote: > > On Jun 01 2020, Zong Li wrote: > > > Add the missing header in file, it was losed in original implementation. > > s/losed/lost/ > > Andreas. Thanks for correcting, let me modify it in the next version. > -- > Andreas Schwab, sch...@linux-m

答复: [PATCH] mailbox: no error log in mbox_client_txdone() for tx done by irq

2020-05-31 Thread Zhu, Joe
Hi Jassi, Client can not know how mailbox controller implements TX done. There is no API in mailbox_client.h to get this information. I think it is framework' responsibility, not client, to handle controller' different behavior. Thanks! Regards, Joe -邮件原件- 发件人: Jassi Brar [mailto:j

Re: [PATCH 2/3] media: rockchip: Introduce driver for Rockhip's camera interface

2020-05-31 Thread Maxime Chevallier
Hi Hans, On Thu, 16 Apr 2020 11:35:41 +0200 Hans Verkuil wrote: I'm very sorry I missed a lot of your reviews in my V2, that wasn't on purpose. I'll fix this on the next iteration, sorry about that. Thank you very much for your review ! Maxime >+Helen Koike (rkisp1 maintainer) > >A quick revi

<    1   2   3   4   5   6