From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752551AbbJKUE5 (ORCPT ); Sun, 11 Oct 2015 16:04:57 -0400 Received: from smtp08.smtpout.orange.fr ([80.12.242.130]:41971 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751919AbbJKUE4 (ORCPT ); Sun, 11 Oct 2015 16:04:56 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sun, 11 Oct 2015 22:04:54 +0200 X-ME-IP: 90.16.80.96 From: Robert Jarzmik To: Petr Cvek Cc: Pavel Machek , philipp.zabel@gmail.com, daniel@zonque.org, haojian.zhuang@gmail.com, linux@arm.linux.org.uk, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, pali.rohar@gmail.com, sre@debian.org, sre@ring0.de, ivo.g.dimitrov.75@gmail.com, patrikbachan@gmail.com Subject: Re: [PATCH v4 00/26] ARM: pxa: magician: Rework HTC Magician support References: <5609AB45.9030009@tul.cz> <20151006152527.GA32352@xo-6d-61-c0.localdomain> <56172F88.2060602@tul.cz> <87si5h7r2t.fsf@belgarion.home> X-URL: http://belgarath.falguerolles.org/ Date: Sun, 11 Oct 2015 21:59:24 +0200 In-Reply-To: <87si5h7r2t.fsf@belgarion.home> (Robert Jarzmik's message of "Sun, 11 Oct 2015 10:22:02 +0200") Message-ID: <87oag56usj.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Robert Jarzmik writes: > Petr Cvek writes: > >>> Thanks (a pozdrav :-), >>> >>> Pavel > Hi Petr, > > I'll start applying part of this serie today evening (my evening). > All Philipp's acked patches for a start. > > For the minor changes required by Philipp (comments, ...), if you just state by > mail that you agree I'll make them inline before applying. > > Cheers. > > -- > Robert Ok, applied and pushed out in pxa/for-next https://github.com/rjarzmik/linux.git pxa/for-next : 425c97c3c937 ARM: pxa: magician: Move platform_add_devices() to the end of magician_init() 3b1c0c4ae8fd ARM: pxa: magician: Add missing regulator for PWM backlight 452f1945c9b7 ARM: pxa: magician: Add debug message for backlight brightness function 20c1c7bb35c2 ARM: pxa: magician: Remove definition of the STUART port 3181b4a3815d ARM: pxa: magician: Fix wrongly enabled USB host ports ba79d845999d ARM: pxa: magician: Fix support for Intel Strata NOR Flash d62591e4e5d1 ARM: pxa: magician: Fix redundant GPIO request for pxaficp_ir d73219de5868 ARM: pxa: magician: Fix platform data for both PXA27x I2C controllers 48e112eb54eb ARM: pxa: magician: Fix and add charging detection functions 65cd6cc24910 ARM: pxa: magician: Optimize Samsung LCD refresh to 50Hz c85c66dbc212 ARM: pxa: magician: Rename charger cable detection EGPIOs 6fd9d402d8c4 ARM: pxa: magician: Optimize powerup delays for Samsung LCD e391a4d95dd4 ARM: pxa: magician: Rename abstract LCD GPIOs 32bed563d51f ARM: pxa: magician: Add new discovered EGPIO pins ab558b6c5834 ARM: pxa: magician: Change description of LCD power GPIO c1ed9f57e853 ARM: pxa: magician: Optimize debug messages for LCD power 33e910e79b77 ARM: pxa: magician: Print more specific error message for global GPIOs 4c006b908a07 ARM: pxa: magician: Fix indentation in machine files That leaves out 8 patches, for you to : - either resubmit (rebased on top of the pxa/for-next tree) - or drop (mostly because of Philipp's NACK or the camera reset) This way your next submission should be quite shorter and easy to manage. Cheers. -- Robert