Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328327
| Path | csiph.com!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Chen-Yu Tsai <wens@csie.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] ARM: defconfig: Enable recently merged drivers for sunxi |
| Date | Sat, 06 Feb 2016 17:00:04 +0100 |
| Message-ID | <qZdrd-Ve-9@gated-at.bofh.it> (permalink) |
| X-Mailer | git-send-email 2.7.0 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 34 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Chen-Yu Tsai <wens@csie.org>, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org |
| X-Original-Date | Sat, 6 Feb 2016 23:53:43 +0800 |
| X-Original-Message-ID | <1454774029-10469-1-git-send-email-wens@csie.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1328327 |
Show key headers only | View raw
Hi everyone, This series enables drivers for devices that are likely to be used on sunxi. This includes the IR receiver, audio codec, USB OTG, and also enabling input device interface in userspace so the power button works. The patches are self-explanatory. MUSB for USB OTG is enabled only now because it used to require USB gadget drivers as modules to work reliably. It was an issue of probe ordering. This has since been fixed (or worked around) in 4.5-rc1. The IR receiver driver isn't enabled for multi_v7_defconfig, as I didn't see any others enabled. On the other hand, MUSB is enabled, because for tablets this is likely the only option for external USB peripherals. Regards ChenYu Chen-Yu Tsai (6): ARM: sunxi_defconfig: Enable sunxi IR driver ARM: sunxi_defconfig: Enable A10 audio codec driver ARM: sunxi_defconfig: Enable MUSB HDRC driver with Allwinner glue ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used ARM: multi_v7_defconfig: Enable A10 audio codec driver as module ARM: multi_v7_defconfig: Enable MUSB HDRC driver with Allwinner glue arch/arm/configs/multi_v7_defconfig | 3 +++ arch/arm/configs/sunxi_defconfig | 14 ++++++++++++++ 2 files changed, 17 insertions(+) -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] ARM: defconfig: Enable recently merged drivers for sunxi Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100
[PATCH 5/6] ARM: multi_v7_defconfig: Enable A10 audio codec driver as module Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100
Re: [PATCH 5/6] ARM: multi_v7_defconfig: Enable A10 audio codec driver as module Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-09 09:20 +0100
[PATCH 6/6] ARM: multi_v7_defconfig: Enable MUSB HDRC driver with Allwinner glue Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100
Re: [PATCH 6/6] ARM: multi_v7_defconfig: Enable MUSB HDRC driver with Allwinner glue Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-09 09:20 +0100
csiph-web