Message ID | 20230921083407.1167510-2-huqiang.qin@amlogic.com |
---|---|
Headers | show |
Series | Add pinctrl driver support for Amlogic T7 SoCs | expand |
Hi Conor, On 2023/9/21 17:19, Conor Dooley wrote: > I'd argue that "Add support for" would be a better $subject for the > changes here though given that there is only one compatible and you've > added a bunch of new definitions. Thank you for your suggestion, I will do this for future commits. Best regards, Huqiang Qin
On Thu, Sep 21, 2023 at 04:34:07PM +0800, Huqiang Qin wrote: > Add a new pinctrl driver for Amlogic T7 SoCs which share > the same register layout as the previous Amlogic S4. ... > +static const char * const uart_ao_a_groups[] = { > + "uart_ao_a_rx_c", "uart_ao_a_tx_c", "uart_ao_a_tx_w2", > + "uart_ao_a_rx_w3", "uart_ao_a_tx_w6", "uart_ao_a_rx_w7", > + "uart_ao_a_tx_w10", "uart_ao_a_rx_w11", "uart_ao_a_tx_d0", > + "uart_ao_a_rx_d1", > + Redundant blank line. > +}; With that fixed, Reviewed-by: Andy Shevchenko <andy@kernel.org>