From mboxrd@z Thu Jan 1 00:00:00 1970 From: robert.jarzmik@free.fr (Robert Jarzmik) Date: Thu, 13 Aug 2015 20:01:08 +0200 Subject: [PATCH v1 RFC] This patch repairs HTC Magician machine (PXA27x) support In-Reply-To: <55CBCDED.8010409@tul.cz> (Petr Cvek's message of "Thu, 13 Aug 2015 00:51:25 +0200") References: <55CBCDED.8010409@tul.cz> Message-ID: <87y4hfhxuj.fsf@belgarion.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Petr Cvek writes: > Fixing original code: Problems to successful boot due to the bad LCD > power sequence (wrongly configured GPIO). > > Add/fix platform data and helper function for various hardware > (touchscreen, audio, USB device, ...). > > Add new discovered GPIOs and fix names by GPIO context. > > Add new LEDs driver. > > Signed-off-by: Petr Cvek Hi Petr, Just as Lee, I want the serie to be split per-subsystem. For the mach-pxa part, I need you to split the patch into several chunks to review. At least please split : - a first patch for cleanup (identation and whitespaces) - a second patch for cleanup (comments changes, debug messages) - a serie of fix patches - one for the power sequence - one for GPIO fixes - a serie of evolution patches - new gpio_keys - new backlight stuff - one per new device declared - new flash stuff - etc ... Please keep in mind that in order to pick the patches, I need to split them in 3 groups : - cleanups - fixes - evolutions / new stuff Moreover I want to be able to revert one functionality (for example new power sequence) without reverting the whole serie. You probably know that the pxa patches need the subject prefix to be "ARM: pxa: magician: " in your case. Other subsystem maintainers have similar requirements I believe. When that's done, I'll begin the review, and Philipp will probably too as he is the maintainer. Cheers. -- Robert