[opensuse-kernel] [PATCH] openSUSE 13.1 armv7 default config fix
Hi, please find in attachment an ARMv7 default config update to fix the boot on the Beagleboard xM. A GPIO from the TWL4030 chip is used as IRQ for SD/MMC things. As a module it does not handle IRQ. This patch is against 13.1 branch. Could you also merge it in master, please? Or should I resend a patch against master? Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org> Regards, Guillaume
Just a little ping. This patch is needed to boot beagleboard image. A biggest patch will be sent in the next days to fix USB, Ethernet and more for beagleboard, pandaboard and probably more. Guillaume Le 14/11/2013 12:49, Guillaume Gardet a écrit :
Hi,
please find in attachment an ARMv7 default config update to fix the boot on the Beagleboard xM. A GPIO from the TWL4030 chip is used as IRQ for SD/MMC things. As a module it does not handle IRQ.
This patch is against 13.1 branch. Could you also merge it in master, please? Or should I resend a patch against master?
Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org>
Regards,
Guillaume
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Hi, please find in attachment 2 patches: the one I sent some days ago (rebased on latest 13.1 branch) which fixes SD/MMC boot on beagleboard and another one which add lots of improvements/fixes. See below. * Patch 1: Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM * Patch 2: Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org> Regards, Guillaume Le 20/11/2013 17:14, Guillaume Gardet a écrit :
Just a little ping.
This patch is needed to boot beagleboard image.
A biggest patch will be sent in the next days to fix USB, Ethernet and more for beagleboard, pandaboard and probably more.
Guillaume
Le 14/11/2013 12:49, Guillaume Gardet a écrit :
Hi,
please find in attachment an ARMv7 default config update to fix the boot on the Beagleboard xM. A GPIO from the TWL4030 chip is used as IRQ for SD/MMC things. As a module it does not handle IRQ.
This patch is against 13.1 branch. Could you also merge it in master, please? Or should I resend a patch against master?
Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org>
Regards,
Guillaume
Hi, Is there anything wrong with those patches to not commit them to GIT repo ? Guillaume Le 21/11/2013 10:49, Guillaume Gardet a écrit :
Hi,
please find in attachment 2 patches: the one I sent some days ago (rebased on latest 13.1 branch) which fixes SD/MMC boot on beagleboard and another one which add lots of improvements/fixes. See below.
* Patch 1: Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
* Patch 2: Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org>
Regards,
Guillaume
Le 20/11/2013 17:14, Guillaume Gardet a écrit :
Just a little ping.
This patch is needed to boot beagleboard image.
A biggest patch will be sent in the next days to fix USB, Ethernet and more for beagleboard, pandaboard and probably more.
Guillaume
Le 14/11/2013 12:49, Guillaume Gardet a écrit :
Hi,
please find in attachment an ARMv7 default config update to fix the boot on the Beagleboard xM. A GPIO from the TWL4030 chip is used as IRQ for SD/MMC things. As a module it does not handle IRQ.
This patch is against 13.1 branch. Could you also merge it in master, please? Or should I resend a patch against master?
Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org>
Regards,
Guillaume
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (1)
-
Guillaume Gardet