[RESEND PATCH v5 0/3] staging: most: move core module out of staging

Christian Gromm christian.gromm at microchip.com
Tue Mar 10 13:02:39 UTC 2020


v2:
Reported-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
        - use -M option to create patches
v3:
Reported-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
        - fix date range in comment section of core.c
        - move code to free up memory to release funtions
        - remove noisy log messages
        - use dev_* functions for logging
v4:
Reported-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
	- change owner of struct device that is registered with kernel's
	  device/driver model
	- fix linked list race condition
	- fix logging behaviour
	- fix possible NULL pointer dereference
v5:
	rebased and adapted

Christian Gromm (3):
  staging: most: move core files out of the staging area
  staging: most: Documentation: update ABI description
  staging: most: Documentation: move ABI description files out of
    staging area

 .../ABI/testing/configfs-most                      |  8 --------
 .../ABI/testing/sysfs-bus-most                     | 24 +++-------------------
 drivers/Kconfig                                    |  1 +
 drivers/Makefile                                   |  1 +
 drivers/most/Kconfig                               | 15 ++++++++++++++
 drivers/most/Makefile                              |  4 ++++
 drivers/{staging => }/most/configfs.c              |  3 +--
 drivers/{staging => }/most/core.c                  |  3 +--
 drivers/staging/most/Kconfig                       |  6 +++---
 drivers/staging/most/Makefile                      |  3 ---
 drivers/staging/most/cdev/cdev.c                   |  3 +--
 drivers/staging/most/dim2/dim2.c                   |  3 +--
 drivers/staging/most/i2c/i2c.c                     |  3 +--
 drivers/staging/most/net/net.c                     |  3 +--
 drivers/staging/most/sound/sound.c                 |  3 +--
 drivers/staging/most/usb/usb.c                     |  3 +--
 drivers/staging/most/video/video.c                 |  3 +--
 {drivers/staging/most => include/linux}/most.h     |  0
 18 files changed, 36 insertions(+), 53 deletions(-)
 rename drivers/staging/most/Documentation/ABI/configfs-most.txt => Documentation/ABI/testing/configfs-most (94%)
 rename drivers/staging/most/Documentation/ABI/sysfs-bus-most.txt => Documentation/ABI/testing/sysfs-bus-most (92%)
 create mode 100644 drivers/most/Kconfig
 create mode 100644 drivers/most/Makefile
 rename drivers/{staging => }/most/configfs.c (99%)
 rename drivers/{staging => }/most/core.c (99%)
 rename {drivers/staging/most => include/linux}/most.h (100%)

-- 
2.7.4



More information about the devel mailing list