From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Mon, 12 Jun 2017 09:38:15 +0200 Subject: [PATCH 0/3] Meson (32-bit) multi_v7_defconfig updates In-Reply-To: <20170611100343.25868-1-martin.blumenstingl@googlemail.com> References: <20170611100343.25868-1-martin.blumenstingl@googlemail.com> Message-ID: <888ef3fd-d8aa-d09c-dace-8662a7fd9c5a@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On 06/11/2017 12:03 PM, Martin Blumenstingl wrote: > This enables the following drivers which are supported on Meson8 and > Meson8b (as well as Meson8m2): > - Meson USB2 PHY driver (USB controller support is provided by dwc2, > which is already enabled) > - Meson PWM driver (used to dim LEDs and generate the 32.768 kHz LPO > clock for the SDIO wifi modules) > - the generic PWM clock driver (for the 32.768 kHz LPO clock for the > SDIO wifi modules) > > > I am not sure if these patches will go through Kevin's Amlogic tree > or through some other tree. However, these should be independent from > anything else, so it's just a matter of preference through which tree > they go. > > > Martin Blumenstingl (3): > ARM: multi_v7_defconfig: enable the Amlogic Meson USB2 PHY driver > ARM: multi_v7_defconfig: enable the Meson PWM controller > ARM: multi_v7_defconfig: enable the PWM clock driver > > arch/arm/configs/multi_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > Hi Martin, Isn't it better to have these as modules like for the ARM64 counterpart ? Thanks, Neil