Hi Kevin, On Tue, Mar 28, 2017 at 5:09 PM, Kevin Hilman <khilman@xxxxxxxxxxxx> wrote: > Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> writes: > >> The nand_groups table uses different names for the NAND DQS pins than >> the GROUP() definition in meson8b_cbus_groups (nand_dqs_0 vs nand_dqs0). >> This prevents using the NAND DQS pins in the devicetree. >> >> I decided to rename both pins to nand_dqs_15 and nand_dqs_18 as both seem >> to serve the same function, just exposed on different pins (unlike the >> ethernet TX pins for example, where there's eth_txd0..3 - all of these >> can be active at the same time as they are different data lines). >> >> Fixes: 0fefcb6876d0 ("pinctrl: Add support for Meson8b") >> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> > > IMO, the fix should be a separate from the rename, since one is a fix > for a real issue and the other is cosmetic. actually the idea behind that was not to change what we expose to devicetree twice (one kernel release contains the "fix", the next release includes a rename). but actually your suggestion makes sense: having two patches doesn't meant that they have to go into different kernel releases (I'll explicitly state that they both should be applied together, with a reference to this mail). I'll split and re-send this in the next few days Regards, Martin -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html