Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1228187 > unrolled thread

[PATCH 0/3] regulator: Fix module autoload for OF platform driver

Started byLuis de Bethencourt <luis@debethencourt.com>
First post2015-09-18 19:10 +0200
Last post2015-09-20 02:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] regulator: Fix module autoload for OF platform driver Luis de Bethencourt <luis@debethencourt.com> - 2015-09-18 19:10 +0200
    Re: [PATCH 0/3] regulator: Fix module autoload for OF platform driver Mark Brown <broonie@kernel.org> - 2015-09-20 02:40 +0200

#1228187 — [PATCH 0/3] regulator: Fix module autoload for OF platform driver

FromLuis de Bethencourt <luis@debethencourt.com>
Date2015-09-18 19:10 +0200
Subject[PATCH 0/3] regulator: Fix module autoload for OF platform driver
Message-ID<qa7kC-pY-17@gated-at.bofh.it>
Hi,

These patches add the missing MODULE_DEVICE_TABLE() for OF to export
the information so modules have the correct aliases built-in and
autoloading works correctly.

A longer explanation by Javier Canillas can be found here:
https://lkml.org/lkml/2015/7/30/519

Thanks,
Luis

Luis de Bethencourt (3):
  regulator: anatop: Fix module autoload for OF platform driver
  regulator: gpio: Fix module autoload for OF platform driver
  regulator: vexpress: Fix module autoload for OF platform driver

 drivers/regulator/anatop-regulator.c | 1 +
 drivers/regulator/gpio-regulator.c   | 1 +
 drivers/regulator/vexpress.c         | 1 +
 3 files changed, 3 insertions(+)

-- 
2.4.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1228803

FromMark Brown <broonie@kernel.org>
Date2015-09-20 02:40 +0200
Message-ID<qaAPF-JA-35@gated-at.bofh.it>
In reply to#1228187

[Multipart message — attachments visible in raw view] — view raw

On Fri, Sep 18, 2015 at 07:08:48PM +0200, Luis de Bethencourt wrote:
> Hi,
> 
> These patches add the missing MODULE_DEVICE_TABLE() for OF to export
> the information so modules have the correct aliases built-in and
> autoloading works correctly.

As I am fairly sure has been suggested before please try to thread patch
serieses into a single mail thread (git send-email handles this
automatically).  This makes things much easier to follow in mail
readers.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web