mbox series

[v4,0/2] memory: omap-gpmc: Allow module build

Message ID 20220426082611.24427-1-rogerq@kernel.org
Headers show
Series memory: omap-gpmc: Allow module build | expand

Message

Roger Quadros April 26, 2022, 8:26 a.m. UTC
Hi,

These patches allow OMAP_GPMC config to be visible in menuconfig
and buildable as a module.

cheers,
-roger

Changelog:
v4:
- drop COMPILE_TEST as include/linux/irqdomain.h does not have
fallbacks if CONFIG_IRQ_DOMAIN is not available. So build will
fail with COMPILE_TEST on platforms not having CONFIG_IRQ_DOMAIN.
- use GPL instead of GPL v2 for MODULE_LICENSE. Fixes checkpatch
warning.

v3:
- Remove not required MODULE_ALIAS
- Mention in commit message why we need to remove of_match_node() call

v2:
- Allow building as a module

Roger Quadros (2):
  memory: omap-gpmc: Make OMAP_GPMC config visible and selectable
  memory: omap-gpmc: Allow building as a module

 drivers/memory/Kconfig     |  2 +-
 drivers/memory/omap-gpmc.c | 43 ++++++++++++++++++++------------------
 2 files changed, 24 insertions(+), 21 deletions(-)

Comments

Roger Quadros April 26, 2022, 8:40 a.m. UTC | #1
Hi,

I've asked LKP bot to test my tree.
We should get a report if there are any surprises.

cheers,
-roger

On 26/04/2022 11:26, Roger Quadros wrote:
> Hi,
> 
> These patches allow OMAP_GPMC config to be visible in menuconfig
> and buildable as a module.
> 
> cheers,
> -roger
> 
> Changelog:
> v4:
> - drop COMPILE_TEST as include/linux/irqdomain.h does not have
> fallbacks if CONFIG_IRQ_DOMAIN is not available. So build will
> fail with COMPILE_TEST on platforms not having CONFIG_IRQ_DOMAIN.
> - use GPL instead of GPL v2 for MODULE_LICENSE. Fixes checkpatch
> warning.
> 
> v3:
> - Remove not required MODULE_ALIAS
> - Mention in commit message why we need to remove of_match_node() call
> 
> v2:
> - Allow building as a module
> 
> Roger Quadros (2):
>   memory: omap-gpmc: Make OMAP_GPMC config visible and selectable
>   memory: omap-gpmc: Allow building as a module
> 
>  drivers/memory/Kconfig     |  2 +-
>  drivers/memory/omap-gpmc.c | 43 ++++++++++++++++++++------------------
>  2 files changed, 24 insertions(+), 21 deletions(-)
>
Krzysztof Kozlowski April 29, 2022, 6:58 a.m. UTC | #2
On Tue, 26 Apr 2022 11:26:09 +0300, Roger Quadros wrote:
> These patches allow OMAP_GPMC config to be visible in menuconfig
> and buildable as a module.
> 
> cheers,
> -roger
> 
> Changelog:
> v4:
> - drop COMPILE_TEST as include/linux/irqdomain.h does not have
> fallbacks if CONFIG_IRQ_DOMAIN is not available. So build will
> fail with COMPILE_TEST on platforms not having CONFIG_IRQ_DOMAIN.
> - use GPL instead of GPL v2 for MODULE_LICENSE. Fixes checkpatch
> warning.
> 
> [...]

Applied, thanks!

[1/2] memory: omap-gpmc: Make OMAP_GPMC config visible and selectable
      (no commit info)
[2/2] memory: omap-gpmc: Allow building as a module
      (no commit info)

Best regards,