forked from Minki/linux
0dd09bc02c
Here is the big staging and iio set of patches for the 5.5-rc1 release. It's the usual huge collection of cleanup patches all over the drivers/staging/ area, along with a new staging driver, and a bunch of new IIO drivers as well. Full details are in the shortlog, but all of these have been in linux-next for a long time with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCXd6lVQ8cZ3JlZ0Brcm9h aC5jb20ACgkQMUfUDdst+ylFnwCgyvZ62uUyQTRey0zvNTe3I4fY9L4AnAnrz3ZC U6ZA2+Uj3O6qhAr5frRu =uv8S -----END PGP SIGNATURE----- Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging Pull staging / iio updates from Greg KH: "Here is the big staging and iio set of patches for the 5.5-rc1 release. It's the usual huge collection of cleanup patches all over the drivers/staging/ area, along with a new staging driver, and a bunch of new IIO drivers as well. Full details are in the shortlog, but all of these have been in linux-next for a long time with no reported issues" * tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (548 commits) staging: vchiq: Have vchiq_dump_* functions return an error code staging: vchiq: Refactor indentation in vchiq_dump_* functions staging: fwserial: Fix Kconfig indentation (seven spaces) staging: vchiq_dump: Replace min with min_t staging: vchiq: Fix block comment format in vchiq_dump() staging: octeon: indent with tabs instead of spaces staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error staging: most: core: remove sysfs attr remove_link staging: vc04: Fix Kconfig indentation staging: pi433: Fix Kconfig indentation staging: nvec: Fix Kconfig indentation staging: most: Fix Kconfig indentation staging: fwserial: Fix Kconfig indentation staging: fbtft: Fix Kconfig indentation fbtft: Drop OF dependency fbtft: Make use of device property API fbtft: Drop useless #ifdef CONFIG_OF and dead code fbtft: Describe function parameters in kernel-doc fbtft: Make sure string is NULL terminated staging: rtl8723bs: remove set but not used variable 'change', 'pos' ...
58 lines
2.0 KiB
Makefile
58 lines
2.0 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for staging directory
|
|
|
|
obj-y += media/
|
|
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
|
|
obj-$(CONFIG_COMEDI) += comedi/
|
|
obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/
|
|
obj-$(CONFIG_RTL8192U) += rtl8192u/
|
|
obj-$(CONFIG_RTL8192E) += rtl8192e/
|
|
obj-$(CONFIG_RTL8723BS) += rtl8723bs/
|
|
obj-$(CONFIG_R8712U) += rtl8712/
|
|
obj-$(CONFIG_R8188EU) += rtl8188eu/
|
|
obj-$(CONFIG_RTS5208) += rts5208/
|
|
obj-$(CONFIG_NETLOGIC_XLR_NET) += netlogic/
|
|
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
|
|
obj-$(CONFIG_OCTEON_USB) += octeon-usb/
|
|
obj-$(CONFIG_VT6655) += vt6655/
|
|
obj-$(CONFIG_VT6656) += vt6656/
|
|
obj-$(CONFIG_VME_BUS) += vme/
|
|
obj-$(CONFIG_IIO) += iio/
|
|
obj-$(CONFIG_FB_SM750) += sm750fb/
|
|
obj-$(CONFIG_USB_EMXX) += emxx_udc/
|
|
obj-$(CONFIG_SPEAKUP) += speakup/
|
|
obj-$(CONFIG_MFD_NVEC) += nvec/
|
|
obj-$(CONFIG_ANDROID) += android/
|
|
obj-$(CONFIG_STAGING_BOARD) += board/
|
|
obj-$(CONFIG_LTE_GDM724X) += gdm724x/
|
|
obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/
|
|
obj-$(CONFIG_GOLDFISH) += goldfish/
|
|
obj-$(CONFIG_GS_FPGABOOT) += gs_fpgaboot/
|
|
obj-$(CONFIG_UNISYSSPAR) += unisys/
|
|
obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD) += clocking-wizard/
|
|
obj-$(CONFIG_FB_TFT) += fbtft/
|
|
obj-$(CONFIG_FSL_DPAA2) += fsl-dpaa2/
|
|
obj-$(CONFIG_WILC1000) += wilc1000/
|
|
obj-$(CONFIG_MOST) += most/
|
|
obj-$(CONFIG_KS7010) += ks7010/
|
|
obj-$(CONFIG_GREYBUS) += greybus/
|
|
obj-$(CONFIG_BCM2835_VCHIQ) += vc04_services/
|
|
obj-$(CONFIG_PI433) += pi433/
|
|
obj-$(CONFIG_PCI_MT7621) += mt7621-pci/
|
|
obj-$(CONFIG_PCI_MT7621_PHY) += mt7621-pci-phy/
|
|
obj-$(CONFIG_PINCTRL_RT2880) += mt7621-pinctrl/
|
|
obj-$(CONFIG_SOC_MT7621) += mt7621-dma/
|
|
obj-$(CONFIG_DMA_RALINK) += ralink-gdma/
|
|
obj-$(CONFIG_SOC_MT7621) += mt7621-dts/
|
|
obj-$(CONFIG_STAGING_GASKET_FRAMEWORK) += gasket/
|
|
obj-$(CONFIG_XIL_AXIS_FIFO) += axis-fifo/
|
|
obj-$(CONFIG_FIELDBUS_DEV) += fieldbus/
|
|
obj-$(CONFIG_KPC2000) += kpc2000/
|
|
obj-$(CONFIG_ISDN_CAPI) += isdn/
|
|
obj-$(CONFIG_UWB) += uwb/
|
|
obj-$(CONFIG_USB_WUSB) += wusbcore/
|
|
obj-$(CONFIG_EXFAT_FS) += exfat/
|
|
obj-$(CONFIG_QLGE) += qlge/
|
|
obj-$(CONFIG_NET_VENDOR_HP) += hp/
|
|
obj-$(CONFIG_WFX) += wfx/
|