[PATCH v2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Raja, Govindraj govindraj.raja at ti.com
Fri May 11 05:15:44 EDT 2012


On Fri, May 11, 2012 at 2:04 PM, Russ Dill <russ.dill at gmail.com> wrote:
> On Thu, May 10, 2012 at 6:05 AM, Govindraj.R <govindraj.raja at ti.com> wrote:
>> From: "Govindraj.R" <govindraj.raja at ti.com>
>>
>> The commit (bce492c0  ARM: OMAP2+: UART: Fix incorrect population of
>> default uart pads) removed default uart pads that where getting populated
>> and which was making rx pin wakeup capable. If uart pads was used in
>> different mode by any other module then it would fail since the default
>> pads took over all the uart pins forcefully. With removal of default pads
>> the rx_pad wakeup for console uart while waking up from off mode is broken.

[...]


>> +                * Check if uart is used in default tx/rx mode i.e. in mux mode0
>> +                * if yes then configure rx pin for wake up capability
>> +                */
>> +               if (!(rx_mode & 0x07) && !(tx_mode & 0x07))
>> +                       omap_serial_fill_uart_tx_rx_pads(bdata, uart);
>
> I realize the comment makes it clear, but it'd probably be better to
> just make the code clear. I noticed mux.h has a OMAP_MODE_GPIO(x)
> macro for testing if a mux is in mode4. Perhaps its time to start
> expanding on that, at least with a macro like:
>
> #define OMAP_MUX_MODE(x) ((x) & OMAP_MUX_MODE7)
>
> So you can do a OMAP_MUX_MODE(rx_mode) == OMAP_MUX_MODE0
>

Yes sure, will add the macro and use the same.
(will post v3 addressing the comments received so far)

--
Thanks,
Govindraj.R



More information about the linux-arm-kernel mailing list