Re: [PATCH] ASoC: fsl_esai: Fix divisor calculation failure at lower ratio

2018-04-09 Thread Marek Vasut
here is no need to calculate > the tolerance because PM divisor alone is enough to get the ratio. > > So a simple fix could be just to set PM directly instead of going > into the loop-search. > > Reported-by: Marek Vasut <ma...@denx.de> > Signed-off-by: Nicolin Chen <nicoleots..

Re: [PATCH 00/22] mtd: nand: return error code of nand_scan(_ident, _tail) on error

2016-11-05 Thread Marek Vasut
a few return -ENODEV). > > This series make those drivers return more precise error code. > Reviewed-by: Marek Vasut <marek.va...@gmail.com> Nice cleanup, thanks! -- Best regards, Marek Vasut

Re: [PATCH] crypto/nx: disable NX on little endian builds

2014-06-13 Thread Marek Vasut
On Saturday, June 07, 2014 at 03:33:34 AM, Anton Blanchard wrote: The NX driver has endian issues so disable it for now. Signed-off-by: Anton Blanchard an...@samba.org What kind of issues ? Are they hard to fix ? Best regards, Marek Vasut

Re: [PATCH 0/5] defconfigs: add MTD_SPI_NOR (dependency for M25P80)

2014-04-21 Thread Marek Vasut
libraries. It did look like a library to me at first, but it's rather a subsystem that contains a small library in it. Thus, I retract my previous comment about using 'select' and add : Acked-by: Marek Vasut ma...@denx.de Best regards, Marek Vasut

Re: [PATCH 0/5] defconfigs: add MTD_SPI_NOR (dependency for M25P80)

2014-04-17 Thread Marek Vasut
just select the SPI NOR framework? Then you won't need the adjustment to defconfigs at all I think. Best regards, Marek Vasut ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls

2013-02-18 Thread Marek Vasut
); - platform_set_drvdata(pdev, NULL); - return 0; } [...] Add my: Reviewed-by: Marek Vasut ma...@denx.de ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH]460EX on-chip SATA driverkernel 2.6.33resubmission

2010-06-28 Thread Marek Vasut
Dne Pá 4. června 2010 14:26:17 Rupjyoti Sarmah napsal(a): This patch enables the on-chip DWC SATA controller of the AppliedMicro processor 460EX. Signed-off-by: Rupjyoti Sarmah rsar...@appliedmicro.com Signed-off-by: Mark Miesfeld mmiesf...@appliedmicro.com Signed-off-by: Prodyut Hazarika