linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
       [not found] <20200720194225.17de9962@canb.auug.org.au>
@ 2020-07-20 16:41 ` Randy Dunlap
  2020-07-21 17:41   ` Alim Akhtar
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2020-07-20 16:41 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, linux-scsi, Santosh Yaraganavi,
	Vinayak Holikatti, Alim Akhtar, Seungwon Jeon

On 7/20/20 2:42 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20200717:
> 

on x86_64:

WARNING: unmet direct dependencies detected for PHY_SAMSUNG_UFS
  Depends on [n]: OF [=n] && (ARCH_EXYNOS || COMPILE_TEST [=y])
  Selected by [y]:
  - SCSI_UFS_EXYNOS [=y] && SCSI_LOWLEVEL [=y] && SCSI [=y] && SCSI_UFSHCD_PLATFORM [=y] && (ARCH_EXYNOS || COMPILE_TEST [=y])


There are no build errors since <linux/of.h> provides stubs for
functions when CONFIG_OF is not enabled.

But new warnings are not OK.

thanks.
-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
  2020-07-20 16:41 ` linux-next: Tree for Jul 20 (scsi/ufs/exynos) Randy Dunlap
@ 2020-07-21 17:41   ` Alim Akhtar
  2020-09-09 20:04     ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Alim Akhtar @ 2020-07-21 17:41 UTC (permalink / raw)
  To: 'Randy Dunlap', 'Stephen Rothwell',
	'Linux Next Mailing List'
  Cc: 'Linux Kernel Mailing List', 'linux-scsi',
	'Santosh Yaraganavi', 'Vinayak Holikatti',
	'Seungwon Jeon'

Hi Randy,

> -----Original Message-----
> From: Randy Dunlap <rdunlap@infradead.org>
> Sent: 20 July 2020 22:11
> To: Stephen Rothwell <sfr@canb.auug.org.au>; Linux Next Mailing List <linux-
> next@vger.kernel.org>
> Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>; linux-scsi <linux-
> scsi@vger.kernel.org>; Santosh Yaraganavi <santosh.sy@samsung.com>;
> Vinayak Holikatti <h.vinayak@samsung.com>; Alim Akhtar
> <alim.akhtar@samsung.com>; Seungwon Jeon <essuuj@gmail.com>
> Subject: Re: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
> 
> On 7/20/20 2:42 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20200717:
> >
> 
> on x86_64:
> 
> WARNING: unmet direct dependencies detected for PHY_SAMSUNG_UFS
>   Depends on [n]: OF [=n] && (ARCH_EXYNOS || COMPILE_TEST [=y])
>   Selected by [y]:
>   - SCSI_UFS_EXYNOS [=y] && SCSI_LOWLEVEL [=y] && SCSI [=y] &&
> SCSI_UFSHCD_PLATFORM [=y] && (ARCH_EXYNOS || COMPILE_TEST [=y])
> 
Thanks, will post a patch shortly.
> 
> There are no build errors since <linux/of.h> provides stubs for functions when
> CONFIG_OF is not enabled.
> 
> But new warnings are not OK.
> 
> thanks.
> --
> ~Randy
> Reported-by: Randy Dunlap <rdunlap@infradead.org>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
  2020-07-21 17:41   ` Alim Akhtar
@ 2020-09-09 20:04     ` Randy Dunlap
  2020-09-10  2:27       ` Martin K. Petersen
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2020-09-09 20:04 UTC (permalink / raw)
  To: Alim Akhtar, 'Stephen Rothwell',
	'Linux Next Mailing List'
  Cc: 'Linux Kernel Mailing List', 'linux-scsi',
	'Santosh Yaraganavi', 'Vinayak Holikatti',
	'Seungwon Jeon'

On 7/21/20 10:41 AM, Alim Akhtar wrote:
> Hi Randy,
> 
>> -----Original Message-----
>> From: Randy Dunlap <rdunlap@infradead.org>
>> Sent: 20 July 2020 22:11
>> To: Stephen Rothwell <sfr@canb.auug.org.au>; Linux Next Mailing List <linux-
>> next@vger.kernel.org>
>> Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>; linux-scsi <linux-
>> scsi@vger.kernel.org>; Santosh Yaraganavi <santosh.sy@samsung.com>;
>> Vinayak Holikatti <h.vinayak@samsung.com>; Alim Akhtar
>> <alim.akhtar@samsung.com>; Seungwon Jeon <essuuj@gmail.com>
>> Subject: Re: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
>>
>> On 7/20/20 2:42 AM, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20200717:
>>>
>>
>> on x86_64:
>>
>> WARNING: unmet direct dependencies detected for PHY_SAMSUNG_UFS
>>   Depends on [n]: OF [=n] && (ARCH_EXYNOS || COMPILE_TEST [=y])
>>   Selected by [y]:
>>   - SCSI_UFS_EXYNOS [=y] && SCSI_LOWLEVEL [=y] && SCSI [=y] &&
>> SCSI_UFSHCD_PLATFORM [=y] && (ARCH_EXYNOS || COMPILE_TEST [=y])
>>
> Thanks, will post a patch shortly.

Hi Alim,
I am still seeing this in linux-next of 20200909.
Was there a patch posted that I missed and is not applied anywhere yet?


>> There are no build errors since <linux/of.h> provides stubs for functions when
>> CONFIG_OF is not enabled.
>>
>> But new warnings are not OK.
>>
>> thanks.
>> --
>> ~Randy
>> Reported-by: Randy Dunlap <rdunlap@infradead.org>
> 

thanks.
-- 
~Randy


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
  2020-09-09 20:04     ` Randy Dunlap
@ 2020-09-10  2:27       ` Martin K. Petersen
  2020-09-10  2:33         ` Alim Akhtar
  0 siblings, 1 reply; 5+ messages in thread
From: Martin K. Petersen @ 2020-09-10  2:27 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Alim Akhtar, 'Stephen Rothwell',
	'Linux Next Mailing List',
	'Linux Kernel Mailing List', 'linux-scsi',
	'Santosh Yaraganavi', 'Vinayak Holikatti',
	'Seungwon Jeon'


Randy,

> I am still seeing this in linux-next of 20200909.
> Was there a patch posted that I missed and is not applied anywhere yet?

This patch became a victim of dropping the Exynos changes in 5.9. I have
added it back in.

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
  2020-09-10  2:27       ` Martin K. Petersen
@ 2020-09-10  2:33         ` Alim Akhtar
  0 siblings, 0 replies; 5+ messages in thread
From: Alim Akhtar @ 2020-09-10  2:33 UTC (permalink / raw)
  To: 'Martin K. Petersen', 'Randy Dunlap'
  Cc: 'Stephen Rothwell', 'Linux Next Mailing List',
	'Linux Kernel Mailing List', 'linux-scsi',
	'Santosh Yaraganavi', 'Vinayak Holikatti',
	'Seungwon Jeon'

Hi Randy and Martin,

> -----Original Message-----
> From: Martin K. Petersen <martin.petersen@oracle.com>
> Sent: 10 September 2020 07:58
> To: Randy Dunlap <rdunlap@infradead.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>; 'Stephen Rothwell'
> <sfr@canb.auug.org.au>; 'Linux Next Mailing List' <linux-
> next@vger.kernel.org>; 'Linux Kernel Mailing List' <linux-
> kernel@vger.kernel.org>; 'linux-scsi' <linux-scsi@vger.kernel.org>;
'Santosh
> Yaraganavi' <santosh.sy@samsung.com>; 'Vinayak Holikatti'
> <h.vinayak@samsung.com>; 'Seungwon Jeon' <essuuj@gmail.com>
> Subject: Re: linux-next: Tree for Jul 20 (scsi/ufs/exynos)
> 
> 
> Randy,
> 
> > I am still seeing this in linux-next of 20200909.
> > Was there a patch posted that I missed and is not applied anywhere yet?
> 
> This patch became a victim of dropping the Exynos changes in 5.9. I have
> added it back in.
> 
Sorry about not following on this after 5.9-rc1 was out.
As Martin pointed this was posted 
https://www.spinics.net/lists/linux-scsi/msg144970.html

I just send V2 of the same with Randy's Acked-by
Please take a look.

> --
> Martin K. Petersen	Oracle Linux Engineering


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-10  2:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200720194225.17de9962@canb.auug.org.au>
2020-07-20 16:41 ` linux-next: Tree for Jul 20 (scsi/ufs/exynos) Randy Dunlap
2020-07-21 17:41   ` Alim Akhtar
2020-09-09 20:04     ` Randy Dunlap
2020-09-10  2:27       ` Martin K. Petersen
2020-09-10  2:33         ` Alim Akhtar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).