From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Mon, 22 Jul 2013 15:41:00 +0530 Subject: [PATCH v3 5/5] ARM: davinci: serial: platform code cleanup In-Reply-To: <1371633342-1210-6-git-send-email-prakash.pm@ti.com> References: <1371633342-1210-1-git-send-email-prakash.pm@ti.com> <1371633342-1210-6-git-send-email-prakash.pm@ti.com> Message-ID: <51ED0534.2080408@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 19 June 2013 02:45 PM, Manjunathappa, Prakash wrote: > 1) "struct davinci_uart_config" is introduced to specify > UART ports brought out or enabled on the board. But > none of the boards use them for that purpose, so clean > it up. > 2) Have pointer to platform device as a argument for > davinci_serial_init(), no need of serial_dev in > struct soc_info now. > 3) No need of davinci_serial_setup_clk(), not called from > multiple places, hence reduce function call overhead. 1) and 2) are related but 3) can be moved into a different patch - this patch will otherwise be doing too many things (hint for that is a vague headline and too many items to list in description) Can you respin just this patch based on v3.12/soc branch of my tree? Thanks, Sekhar