linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: mmotm 2019-07-17-16-05 uploaded (MTD_HYPERBUS, HBMC_AM654)
       [not found] <20190717230610.zvRfipNL4%akpm@linux-foundation.org>
@ 2019-07-18 15:45 ` Randy Dunlap
  2019-07-19  8:32   ` Vignesh Raghavendra
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2019-07-18 15:45 UTC (permalink / raw)
  To: akpm, broonie, linux-fsdevel, linux-kernel, linux-mm, linux-next,
	mhocko, mm-commits, sfr, Vignesh Raghavendra, linux-mtd

On 7/17/19 4:06 PM, akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2019-07-17-16-05 has been uploaded to
> 
>    http://www.ozlabs.org/~akpm/mmotm/
> 
> mmotm-readme.txt says
> 
> README for mm-of-the-moment:
> 
> http://www.ozlabs.org/~akpm/mmotm/
> 
> This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
> more than once a week.
> 

on x86_64, when CONFIG_OF is not set/enabled:

WARNING: unmet direct dependencies detected for MUX_MMIO
  Depends on [n]: MULTIPLEXER [=y] && (OF [=n] || COMPILE_TEST [=n])
  Selected by [y]:
  - HBMC_AM654 [=y] && MTD [=y] && MTD_HYPERBUS [=y]

due to
config HBMC_AM654
	tristate "HyperBus controller driver for AM65x SoC"
	select MULTIPLEXER
	select MUX_MMIO

Those unprotected selects are lacking something.

-- 
~Randy

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: mmotm 2019-07-17-16-05 uploaded (MTD_HYPERBUS, HBMC_AM654)
  2019-07-18 15:45 ` mmotm 2019-07-17-16-05 uploaded (MTD_HYPERBUS, HBMC_AM654) Randy Dunlap
@ 2019-07-19  8:32   ` Vignesh Raghavendra
  0 siblings, 0 replies; 2+ messages in thread
From: Vignesh Raghavendra @ 2019-07-19  8:32 UTC (permalink / raw)
  To: Randy Dunlap, linux-fsdevel
  Cc: sfr, mm-commits, broonie, linux-kernel, mhocko, linux-mm,
	linux-next, linux-mtd, akpm

Hi,

On 18/07/19 9:15 PM, Randy Dunlap wrote:
> On 7/17/19 4:06 PM, akpm@linux-foundation.org wrote:
>> The mm-of-the-moment snapshot 2019-07-17-16-05 has been uploaded to
>>
>>    http://www.ozlabs.org/~akpm/mmotm/
>>
>> mmotm-readme.txt says
>>
>> README for mm-of-the-moment:
>>
>> http://www.ozlabs.org/~akpm/mmotm/
>>
>> This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
>> more than once a week.
>>
> 
> on x86_64, when CONFIG_OF is not set/enabled:
> 
> WARNING: unmet direct dependencies detected for MUX_MMIO
>   Depends on [n]: MULTIPLEXER [=y] && (OF [=n] || COMPILE_TEST [=n])
>   Selected by [y]:
>   - HBMC_AM654 [=y] && MTD [=y] && MTD_HYPERBUS [=y]
> 
> due to
> config HBMC_AM654
> 	tristate "HyperBus controller driver for AM65x SoC"
> 	select MULTIPLEXER
> 	select MUX_MMIO
> 
> Those unprotected selects are lacking something.
> 

Sorry for that! I have posted a fix here. Let me know if that works. Thanks!

https://patchwork.ozlabs.org/patch/1133946/

-- 
Regards
Vignesh

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2019-07-19  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190717230610.zvRfipNL4%akpm@linux-foundation.org>
2019-07-18 15:45 ` mmotm 2019-07-17-16-05 uploaded (MTD_HYPERBUS, HBMC_AM654) Randy Dunlap
2019-07-19  8:32   ` Vignesh Raghavendra

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).