From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Fri, 17 May 2013 07:29:04 -0700 Subject: [PATCH v3 0/6] ARM: OMAP2+: hwmod and SERIAL: Remove sysc handling from driver In-Reply-To: (Paul Walmsley's message of "Thu, 16 May 2013 18:32:43 +0000 (UTC)") References: <1368629322-3170-1-git-send-email-rnayak@ti.com> Message-ID: <87txm1smrz.fsf@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Paul, Paul Walmsley writes: > On Wed, 15 May 2013, Rajendra Nayak wrote: > >> OMAP UART IP needs manual idle modes based on functional state of the >> IP. Currently this is handled by the driver with function pointers >> implemented in platform code. >> >> This however breaks in case of device tree because of missing >> idle handling. >> >> The series tries to address the issue and tries to remove complete >> sysc handling from serial driver. > > These look good to me. Will queue them for v3.10-rc once they pass local > testing here. I reviewed and tested v2 of this (Rajendra forgot to add the tags in v3) and also just sanity tested v3 of this on 4430/panda DT boot to verify the console issue is resolved. Feel free to add: Reviewed-by: Kevin Hilman Tested-by: Kevin Hilman # OMAP4/Panda Kevin