mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [PATCH] ARM: update modules for ARM host only options
@ 2014-07-20 21:20 Peter Robinson
       [not found] ` <1405891204-12001-1-git-send-email-pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2014-07-20 21:20 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Peter Robinson

---
 modules.d/90kernel-modules/module-setup.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
index cc79b88..1ce133f 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -51,9 +51,10 @@ installkernel() {
 
         if [[ "$(uname -p)" == arm* ]]; then
             # arm specific modules
-            hostonly='' instmods omapdrm panel-tfp410
-            instmods i2c-tegra gpio-regulator as3722-regulator \
-                    phy-tegra-usb ehci-tegra sdhci-tegra
+            hostonly='' instmods \
+	        connector-hdmi connector-dvi encoder-tfp410 \
+	        encoder-tpd12s015 i2c-tegra gpio-regulator \
+		as3722-regulator orion-ehci ehci-tegra 
         fi
 
         # install virtual machine support
-- 
2.0.1

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

* Re: [PATCH] ARM: update modules for ARM host only options
       [not found] ` <1405891204-12001-1-git-send-email-pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2014-07-22 12:29   ` Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2014-07-22 12:29 UTC (permalink / raw)
  To: Peter Robinson, initramfs-u79uwXL29TY76Z2rM5mHXA

On 20.07.2014 23:20, Peter Robinson wrote:
> ---
>  modules.d/90kernel-modules/module-setup.sh | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
> index cc79b88..1ce133f 100755
> --- a/modules.d/90kernel-modules/module-setup.sh
> +++ b/modules.d/90kernel-modules/module-setup.sh
> @@ -51,9 +51,10 @@ installkernel() {
>  
>          if [[ "$(uname -p)" == arm* ]]; then
>              # arm specific modules
> -            hostonly='' instmods omapdrm panel-tfp410
> -            instmods i2c-tegra gpio-regulator as3722-regulator \
> -                    phy-tegra-usb ehci-tegra sdhci-tegra
> +            hostonly='' instmods \
> +	        connector-hdmi connector-dvi encoder-tfp410 \
> +	        encoder-tpd12s015 i2c-tegra gpio-regulator \
> +		as3722-regulator orion-ehci ehci-tegra 
>          fi
>  
>          # install virtual machine support
> 

Thanks! Pushed

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

end of thread, other threads:[~2014-07-22 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-20 21:20 [PATCH] ARM: update modules for ARM host only options Peter Robinson
     [not found] ` <1405891204-12001-1-git-send-email-pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-07-22 12:29   ` Harald Hoyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox