Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1402782
| From | Hans de Goede <hdegoede@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/6] ARM: dts: sun5i: q8-common: Enable various peripherals |
| Date | 2016-05-18 10:20 +0200 |
| Message-ID | <rA4RX-7UR-3@gated-at.bofh.it> (permalink) |
| References | <rzPzz-6rL-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Chen-Yu, On 17-05-16 17:56, Chen-Yu Tsai wrote: > Hi everyone, > > This series enables more peripherals for Allwinner A13-based Q8 devices. > The peripherals include the WiFi, the PMIC's micro-usb power supply > (driver), audio codec (headphone and speaker), and full display support > with the new DRM KMS driver. The series is based on parts of Maxime's > "drm: Add Support for Passive RGB to VGA bridges" series, specifically > the clk and drm fixes, and common DTS bits. > > Hans, since you have a collection of q8 tablets, I'm hoping you could > test these bits and provide some feedback. I've not run any tests, just looked at the patches, the stuff in patch 3 is already present in arch/arm/boot/dts/sun5i-a13-q8-tablet.dts I put it there because I saw some .fex files which don't use ldo3 for wifi I'm fine with moving it to -common though, I believe that you're right that it makes more sense there, having it in 2 places is not really useful though. The other patches look good. Thanks & Regards, Hans > > > Patch 1 is a small fix for part of the init failure path. > > Patch 2 disables ldo5 on the axp209 by default. This regulator output is > muxed with a gpio, and the regulator on/off settings override the gpio. > > Patch 3 enables the USB WiFi module found. > > Patch 4 enables the USB/VBUS power supply of the PMIC. > > Patch 5 enables the audio codec, with support for the speaker amp. > > Patch 6 enables the LCD panel with the display pipeline. > > > Regards > ChenYu > > > Chen-Yu Tsai (6): > drm: sun4i: do cleanup if RGB output init fails > ARM: dts: axp209: Disable ldo5 by default > ARM: dts: sun5i: q8-common: Enable USB-based WiFi > ARM: dts: sun5i: q8-common: Enable USB power supply > ARM: dts: sun5i: q8-common: Enable audio codec > ARM: dts: sun5i: q8-common: Enable display pipeline and LCD display > > arch/arm/boot/dts/axp209.dtsi | 1 + > arch/arm/boot/dts/sun5i-q8-common.dtsi | 62 ++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/sun4i/sun4i_tcon.c | 6 +++- > 3 files changed, 68 insertions(+), 1 deletion(-) >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] ARM: dts: sun5i: q8-common: Enable various peripherals Chen-Yu Tsai <wens@csie.org> - 2016-05-17 18:00 +0200
[PATCH 6/6] ARM: dts: sun5i: q8-common: Enable display pipeline and LCD display Chen-Yu Tsai <wens@csie.org> - 2016-05-17 18:00 +0200
Re: [PATCH 6/6] ARM: dts: sun5i: q8-common: Enable display pipeline and LCD display Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-05-25 14:50 +0200
[PATCH 5/6] ARM: dts: sun5i: q8-common: Enable audio codec Chen-Yu Tsai <wens@csie.org> - 2016-05-17 18:00 +0200
Re: [PATCH 5/6] ARM: dts: sun5i: q8-common: Enable audio codec Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-05-25 14:50 +0200
[PATCH 1/6] drm: sun4i: do cleanup if RGB output init fails Chen-Yu Tsai <wens@csie.org> - 2016-05-17 18:00 +0200
Re: [PATCH 1/6] drm: sun4i: do cleanup if RGB output init fails Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-05-25 14:40 +0200
[PATCH 3/6] ARM: dts: sun5i: q8-common: Enable USB-based WiFi Chen-Yu Tsai <wens@csie.org> - 2016-05-17 18:00 +0200
[PATCH 2/6] ARM: dts: axp209: Disable ldo5 by default Chen-Yu Tsai <wens@csie.org> - 2016-05-17 18:00 +0200
Re: [PATCH 2/6] ARM: dts: axp209: Disable ldo5 by default Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-05-25 14:40 +0200
Re: [PATCH 0/6] ARM: dts: sun5i: q8-common: Enable various peripherals Hans de Goede <hdegoede@redhat.com> - 2016-05-18 10:20 +0200
Re: [PATCH 0/6] ARM: dts: sun5i: q8-common: Enable various peripherals Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-05-25 14:50 +0200
csiph-web