Re: [PATCH v5 1/2] scsi: ufs: Do not disable vccq in UFSHC driver

2019-02-11 Thread Mark Brown
On Mon, Feb 11, 2019 at 02:32:15PM +0100, Marc Gonzalez wrote: > Unfortunately, this optimization breaks UFS on systems where vccq > powers not only the Flash chip, but the host controller as well, > such as APQ8098 MEDIABOX or MTP8998: ... > In my opinion, the rationale for the original patch i

Re: next/master boot: 179 boots: 11 failed, 167 passed with 1 offline (next-20180731)

2018-08-01 Thread Mark Brown
On Wed, Aug 01, 2018 at 06:51:09PM +0800, Ming Lei wrote: > You may have to provide some clue, such as dmesg log, boot disk, ... > I guess you don't use virtio-scsi/virtio-blk since both run at blk-mq > mode at default, even though without d5038a13eca72fb. Boot logs and so on can be found here:

Re: next/master boot: 179 boots: 11 failed, 167 passed with 1 offline (next-20180731)

2018-08-01 Thread Mark Brown
On Wed, Aug 01, 2018 at 11:05:36AM +0100, Guillaume Tucker wrote: > On 31/07/18 16:14, kernelci.org bot wrote: > > Boot Regressions Detected: > [...] > > x86: > > > > x86_64_defconfig: > > qemu: > > lab-baylibre: failing since 1 day (last pass: next-20180727 - > > firs

linux-next: manual merge of the scsi tree with the net-next tree

2018-05-24 Thread Mark Brown
Hi James, Today's linux-next merge of the scsi tree got a conflict in: drivers/scsi/qedf/qedf.h between commit: 8673daf4f55bf3b91 ("qedf: Add get_generic_tlv_data handler.") from the net-next tree and commit: 4b9b7fabb39b3e9d7 ("scsi: qedf: Improve firmware debug dump handling") from t

Re: [PATCH/RFC 0/6] Allow compile-testing NO_DMA

2018-02-06 Thread Mark Brown
#2. Having to add an explicit dependency on > HAS_DMA here is cumbersome, and hinders compile-testing. Thanks for doing this, hopefully it'll make everyone's life easier! Reviwed-by: Mark Brown signature.asc Description: PGP signature

Re: [PATCH 0/5] Rename regulator_set_optimum_mode

2015-03-09 Thread Mark Brown
On Wed, Feb 11, 2015 at 07:35:26PM -0800, Bjorn Andersson wrote: > Changing the name of the regulator_set_optimum_mode() to > regulator_set_load() better reflects that the API is doing. Applied all, thanks. signature.asc Description: Digital signature

Re: [PATCH 0/5] Rename regulator_set_optimum_mode

2015-03-05 Thread Mark Brown
On Wed, Feb 25, 2015 at 03:40:31PM -0800, Bjorn Andersson wrote: > Any comments on this? > I'm going to propose a patch to the mmc framework calling this api, so > it would be good to know before I add another consumer of the api. Please don't send content free nags. They just add to the volume

next-20141126 build failures in wd719x

2014-11-26 Thread Mark Brown
On Wed, Nov 26, 2014 at 02:03:14PM +, Build bot for Mark Brown wrote: The wd719x driver fails to build on at least arm and arm64 in today's -next since: > arm64-allmodconfig > ../drivers/scsi/wd719x.c:247:2: error: implicit declaration of function > 'dma_cache_sync

Re: next-20140925 build: 1 failures 106 warnings (next-20140925)

2014-09-28 Thread Mark Brown
On Fri, Sep 26, 2014 at 12:02:03PM +0530, Sreekanth Reddy wrote: > Can you please let me known whether you are observing these warning > messages even after inclusion of below patch Well, today's -next has arch/arm build breakages so not immediately. signature.asc Description: Digital signature

Re: next-20140925 build: 1 failures 106 warnings (next-20140925)

2014-09-25 Thread Mark Brown
On Thu, Sep 25, 2014 at 01:13:56PM +0100, Build bot for Mark Brown wrote: > arm-allmodconfig > ERROR: "__aeabi_uldivmod" [drivers/scsi/mpt2sas/mpt2sas.ko] undefined! Today's ARM allmodconfig fails to build due to a call to a GCC intrinsic being emitted from the mpt2

[PATCH] target: target_core_transport: Don't try to strlen() an integer

2014-09-02 Thread Mark Brown
strncpy) Signed-off-by: Mark Brown --- drivers/target/target_core_transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c index 1dd11818f38f..3ce85edc2ea9 100644 --- a/drivers/target