linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* ARM: Remove mach-msm: some leftovers
@ 2015-04-07 14:07 Valentin Rothberg
  2015-04-07 14:12 ` Valentin Rothberg
  0 siblings, 1 reply; 4+ messages in thread
From: Valentin Rothberg @ 2015-04-07 14:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Stephen,

your commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM
architecture code") removes config ARCH_MSM from Kconfig but leaves a
few references untouched:

arch/arm/Kconfig.debug:1563:    default "debug/uncompress.h" if
ARCH_MULTIPLATFORM || ARCH_MSM || \
drivers/phy/Kconfig:289:        depends on OF && ARCH_MSM
drivers/scsi/ufs/Kconfig:76:    depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM
drivers/video/fbdev/Kconfig:2331:       depends on FB && ARCH_MSM

Is there a reason to keep those leftovers or is it an accident?

I detected this issues with ./scripts/checkkconfigsymbols.py by
comparing today's and the previous linux-next tree (--diff
commit1..commit2).

Kind regards,
 Valentin

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

* ARM: Remove mach-msm: some leftovers
  2015-04-07 14:07 ARM: Remove mach-msm: some leftovers Valentin Rothberg
@ 2015-04-07 14:12 ` Valentin Rothberg
  2015-04-07 22:57   ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Valentin Rothberg @ 2015-04-07 14:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 7, 2015 at 4:07 PM, Valentin Rothberg
<valentinrothberg@gmail.com> wrote:
> Hi Stephen,
>
> your commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM
> architecture code") removes config ARCH_MSM from Kconfig but leaves a
> few references untouched:
>
> arch/arm/Kconfig.debug:1563:    default "debug/uncompress.h" if
> ARCH_MULTIPLATFORM || ARCH_MSM || \
> drivers/phy/Kconfig:289:        depends on OF && ARCH_MSM
> drivers/scsi/ufs/Kconfig:76:    depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM
> drivers/video/fbdev/Kconfig:2331:       depends on FB && ARCH_MSM
>
> Is there a reason to keep those leftovers or is it an accident?
>
> I detected this issues with ./scripts/checkkconfigsymbols.py by
> comparing today's and the previous linux-next tree (--diff
> commit1..commit2).
>
> Kind regards,
>  Valentin

Same issue applies to the Kconfig option MSM_SMD:

drivers/char/Kconfig:596:       depends on MSM_SMD
drivers/tty/serial/Kconfig:1384:        depends on MSM_SMD

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

* ARM: Remove mach-msm: some leftovers
  2015-04-07 14:12 ` Valentin Rothberg
@ 2015-04-07 22:57   ` Stephen Boyd
  2015-04-27  6:37     ` Valentin Rothberg
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2015-04-07 22:57 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/07/15 07:12, Valentin Rothberg wrote:
> On Tue, Apr 7, 2015 at 4:07 PM, Valentin Rothberg
> <valentinrothberg@gmail.com> wrote:
>> Hi Stephen,
>>
>> your commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM
>> architecture code") removes config ARCH_MSM from Kconfig but leaves a
>> few references untouched:
>>
>> arch/arm/Kconfig.debug:1563:    default "debug/uncompress.h" if
>> ARCH_MULTIPLATFORM || ARCH_MSM || \
>> drivers/phy/Kconfig:289:        depends on OF && ARCH_MSM
>> drivers/scsi/ufs/Kconfig:76:    depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM
>> drivers/video/fbdev/Kconfig:2331:       depends on FB && ARCH_MSM
>>
>> Is there a reason to keep those leftovers or is it an accident?
>>
>> I detected this issues with ./scripts/checkkconfigsymbols.py by
>> comparing today's and the previous linux-next tree (--diff
>> commit1..commit2).
>>
>> Kind regards,
>>  Valentin
> Same issue applies to the Kconfig option MSM_SMD:
>
> drivers/char/Kconfig:596:       depends on MSM_SMD
> drivers/tty/serial/Kconfig:1384:        depends on MSM_SMD

I'm currently waiting on the maintainers of said subsystems to apply the
patches that I've already sent to the list. I can resend the series
minus the patches that have already been picked up, but I can't do much
more than that.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* ARM: Remove mach-msm: some leftovers
  2015-04-07 22:57   ` Stephen Boyd
@ 2015-04-27  6:37     ` Valentin Rothberg
  0 siblings, 0 replies; 4+ messages in thread
From: Valentin Rothberg @ 2015-04-27  6:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Stephen,

this is just a kind reminder that the issue below is still present and
made its way to v4.1-rc1.  Any news from the maintainers' side?

Kind regards,
 Valentin

On Wed, Apr 8, 2015 at 12:57 AM, Stephen Boyd <sboyd@codeaurora.org> wrote:
> On 04/07/15 07:12, Valentin Rothberg wrote:
>> On Tue, Apr 7, 2015 at 4:07 PM, Valentin Rothberg
>> <valentinrothberg@gmail.com> wrote:
>>> Hi Stephen,
>>>
>>> your commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM
>>> architecture code") removes config ARCH_MSM from Kconfig but leaves a
>>> few references untouched:
>>>
>>> arch/arm/Kconfig.debug:1563:    default "debug/uncompress.h" if
>>> ARCH_MULTIPLATFORM || ARCH_MSM || \
>>> drivers/phy/Kconfig:289:        depends on OF && ARCH_MSM
>>> drivers/scsi/ufs/Kconfig:76:    depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM
>>> drivers/video/fbdev/Kconfig:2331:       depends on FB && ARCH_MSM
>>>
>>> Is there a reason to keep those leftovers or is it an accident?
>>>
>>> I detected this issues with ./scripts/checkkconfigsymbols.py by
>>> comparing today's and the previous linux-next tree (--diff
>>> commit1..commit2).
>>>
>>> Kind regards,
>>>  Valentin
>> Same issue applies to the Kconfig option MSM_SMD:
>>
>> drivers/char/Kconfig:596:       depends on MSM_SMD
>> drivers/tty/serial/Kconfig:1384:        depends on MSM_SMD
>
> I'm currently waiting on the maintainers of said subsystems to apply the
> patches that I've already sent to the list. I can resend the series
> minus the patches that have already been picked up, but I can't do much
> more than that.
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project
>

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

end of thread, other threads:[~2015-04-27  6:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07 14:07 ARM: Remove mach-msm: some leftovers Valentin Rothberg
2015-04-07 14:12 ` Valentin Rothberg
2015-04-07 22:57   ` Stephen Boyd
2015-04-27  6:37     ` Valentin Rothberg

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