[PATCH] Adjust analogix chip driver location

Xin Ji xji at analogixsemi.com
Thu Jun 27 11:24:39 UTC 2019


On Wed, Jun 26, 2019 at 08:23:17PM +0800, gregkh at linuxfoundation.org wrote:
> On Wed, Jun 26, 2019 at 10:44:38AM +0000, Xin Ji wrote:
> > Move analogix chip ANX78XX bridge driver into "analogix" directory.
> > 
> > Signed-off-by: Xin Ji <xji at analogixsemi.com>
> > ---
> >  drivers/gpu/drm/bridge/Kconfig                     |   10 -
> >  drivers/gpu/drm/bridge/Makefile                    |    3 +-
> >  drivers/gpu/drm/bridge/analogix-anx78xx.c          | 1485 --------------------
> >  drivers/gpu/drm/bridge/analogix-anx78xx.h          |  710 ----------
> >  drivers/gpu/drm/bridge/analogix/Kconfig            |   10 +
> >  drivers/gpu/drm/bridge/analogix/Makefile           |    2 +
> >  drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 1485 ++++++++++++++++++++
> >  drivers/gpu/drm/bridge/analogix/analogix-anx78xx.h |  710 ++++++++++
> >  8 files changed, 2208 insertions(+), 2207 deletions(-)
> >  delete mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.c
> >  delete mode 100644 drivers/gpu/drm/bridge/analogix-anx78xx.h
> >  create mode 100644 drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c
> >  create mode 100644 drivers/gpu/drm/bridge/analogix/analogix-anx78xx.h
> 
> 'git format-patch -M' is usually a lot better to use when moving files
> around, as it shows you only any changes in the files, not a huge
> delete/add cycle.
> 
> thanks,
> 
> greg k-h

Thanks, I'll submit new version.

Xin


More information about the dri-devel mailing list