On Fri, 2019-06-28 at 09:30 -0300, Mauro Carvalho Chehab wrote: > The audience for the Kernel driver-model is clearly Kernel hackers. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Jeff Kirsher For the 'ice' driver changes. > --- > Documentation/{ => driver-api}/driver-model/binding.rst | 0 > Documentation/{ => driver-api}/driver-model/bus.rst | 0 > Documentation/{ => driver-api}/driver-model/class.rst | 0 > .../{ => driver-api}/driver-model/design-patterns.rst | 0 > Documentation/{ => driver-api}/driver-model/device.rst | 0 > Documentation/{ => driver-api}/driver-model/devres.rst | 0 > Documentation/{ => driver-api}/driver-model/driver.rst | 0 > Documentation/{ => driver-api}/driver-model/index.rst | 2 -- > Documentation/{ => driver-api}/driver-model/overview.rst | 0 > Documentation/{ => driver-api}/driver-model/platform.rst | 0 > Documentation/{ => driver-api}/driver-model/porting.rst | 2 +- > Documentation/driver-api/gpio/driver.rst | 2 +- > Documentation/driver-api/index.rst | 1 + > Documentation/eisa.txt | 4 ++-- > Documentation/filesystems/sysfs.txt | 2 +- > Documentation/hwmon/submitting-patches.rst | 2 +- > Documentation/translations/zh_CN/filesystems/sysfs.txt | 2 +- > drivers/base/platform.c | 2 +- > drivers/gpio/gpio-cs5535.c | 2 +- > drivers/net/ethernet/intel/ice/ice_main.c | 2 +- > drivers/staging/unisys/Documentation/overview.txt | 4 ++-- > include/linux/device.h | 2 +- > include/linux/platform_device.h | 2 +- > scripts/coccinelle/free/devm_free.cocci | 2 +- > 24 files changed, 16 insertions(+), 17 deletions(-) > rename Documentation/{ => driver-api}/driver-model/binding.rst (100%) > rename Documentation/{ => driver-api}/driver-model/bus.rst (100%) > rename Documentation/{ => driver-api}/driver-model/class.rst (100%) > rename Documentation/{ => driver-api}/driver-model/design-patterns.rst > (100%) > rename Documentation/{ => driver-api}/driver-model/device.rst (100%) > rename Documentation/{ => driver-api}/driver-model/devres.rst (100%) > rename Documentation/{ => driver-api}/driver-model/driver.rst (100%) > rename Documentation/{ => driver-api}/driver-model/index.rst (96%) > rename Documentation/{ => driver-api}/driver-model/overview.rst (100%) > rename Documentation/{ => driver-api}/driver-model/platform.rst (100%) > rename Documentation/{ => driver-api}/driver-model/porting.rst (99%)