Second try at some kpc2000 patches to clean up some header file issues and move things around to make it a bit cleaner. Some of the v1 series have already been applied to the tree, and this series builds on some other patches that have also been merged from other developers. v2: fix build issues found by kbuild when removing the fileops.c file rebase on latest tree Greg Kroah-Hartman (7): staging: kpc2000: remove fileops.c file. staging: kpc2000: fix coding style in pcie.h staging: kpc2000: remove spi_parts.h staging: kpc2000: move the spi driver out of its subdirectory staging: kpc2000: move the i2c driver out of its subdirectory staging: kpc2000: dma_common_defs.h: remove unused inline functions staging: kpc2000: remove SetBackEndControl() function drivers/staging/kpc2000/Makefile | 4 +- drivers/staging/kpc2000/kpc2000/Makefile | 2 +- drivers/staging/kpc2000/kpc2000/core.c | 129 +++++++++++++++++- .../staging/kpc2000/kpc2000/dma_common_defs.h | 19 --- drivers/staging/kpc2000/kpc2000/fileops.c | 123 ----------------- drivers/staging/kpc2000/kpc2000/pcie.h | 109 +++++++-------- .../{kpc_i2c/i2c_driver.c => kpc2000_i2c.c} | 2 +- .../{kpc_spi/spi_driver.c => kpc2000_spi.c} | 45 +++++- drivers/staging/kpc2000/kpc_i2c/Makefile | 4 - drivers/staging/kpc2000/kpc_spi/Makefile | 4 - drivers/staging/kpc2000/kpc_spi/spi_parts.h | 48 ------- 11 files changed, 223 insertions(+), 266 deletions(-) delete mode 100644 drivers/staging/kpc2000/kpc2000/fileops.c rename drivers/staging/kpc2000/{kpc_i2c/i2c_driver.c => kpc2000_i2c.c} (99%) rename drivers/staging/kpc2000/{kpc_spi/spi_driver.c => kpc2000_spi.c} (90%) delete mode 100644 drivers/staging/kpc2000/kpc_i2c/Makefile delete mode 100644 drivers/staging/kpc2000/kpc_spi/Makefile delete mode 100644 drivers/staging/kpc2000/kpc_spi/spi_parts.h -- 2.21.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel