| #
e6ab5046
|
| 17-Nov-2025 |
Dave Penkler <dpenkler@gmail.com> |
staging: gpib: Destage gpib
Move the gpib drivers out of staging and into the "real" part of the kernel. This entails:
- Remove the gpib Kconfig menu and Makefile build rule from staging. - Remo
staging: gpib: Destage gpib
Move the gpib drivers out of staging and into the "real" part of the kernel. This entails:
- Remove the gpib Kconfig menu and Makefile build rule from staging. - Remove gpib/uapi from the header file search path in subdir-ccflags of the gpib Makefile - move the gpib/uapi files to include/uapi/linux - Move the gpib tree out of staging to drivers. - Remove the word "Linux" from the gpib Kconfig file. - Add the gpib Kconfig menu and Makefile build rule to drivers
Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://patch.msgid.link/20251117144021.23569-5-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
|
| #
79d2e191
|
| 12-Dec-2024 |
Arnd Bergmann <arnd@arndb.de> |
staging: gpib: fix Makefiles
Having gpib drivers built-in rather than as loadable modules causes link failure because the drivers are never actually built:
arm-linux-gnueabi-ld: drivers/staging/gpi
staging: gpib: fix Makefiles
Having gpib drivers built-in rather than as loadable modules causes link failure because the drivers are never actually built:
arm-linux-gnueabi-ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_t1_delay': fmh_gpib.c:(.text+0x3b0): undefined reference to `nec7210_t1_delay' arm-linux-gnueabi-ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_serial_poll_status': fmh_gpib.c:(.text+0x418): undefined reference to `nec7210_serial_poll_status' arm-linux-gnueabi-ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_secondary_address': fmh_gpib.c:(.text+0x57c): undefined reference to `nec7210_secondary_address' arm-linux-gnueabi-ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_primary_address': fmh_gpib.c:(.text+0x5ac): undefined reference to `nec7210_primary_address'
Change this to use the correct Makefile syntax, setting either obj-m or obj-y.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20241212154245.1411411-2-arnd@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
|
| #
0dc1ad1c
|
| 18-Sep-2024 |
Dave Penkler <dpenkler@gmail.com> |
staging: gpib: Add pc2 GPIB driver
Driver for pc2 compatible boards for Computer Equipment Corporation, Hameg and ohters
Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://lore.kernel.o
staging: gpib: Add pc2 GPIB driver
Driver for pc2 compatible boards for Computer Equipment Corporation, Hameg and ohters
Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://lore.kernel.org/r/20240918121908.19366-21-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
|