Hi Walter, On Wed, 22 Jul 2020 at 21:22, Walter Lozano <walter.loz...@collabora.com> wrote: > > After latest improvements on OF_PLATDATA struct names are generated > based on driver name instead of compatible strings. With this in mind, > using aliases in drivers are not longer needed. > > This patch removes code that tried to handle these kind of aliases to > improve readability. > > Signed-off-by: Walter Lozano <walter.loz...@collabora.com> > --- > > Changes in v2: > - Remove aliases from drivers > > drivers/gpio/mxs_gpio.c | 10 ++-------- > drivers/mmc/mxsmmc.c | 10 ++-------- > drivers/spi/mxs_spi.c | 10 ++-------- > 3 files changed, 6 insertions(+), 24 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> I think you should have 'imx:' as a tag for this commit. You could shorten the subject too, e.g.s/when OF_PLATDATA is enabled/with of-platdata/