2008-09-24 21:46:44 +00:00
|
|
|
# Makefile for staging directory
|
|
|
|
|
2008-10-13 21:32:52 +00:00
|
|
|
# fix for build system bug...
|
|
|
|
obj-$(CONFIG_STAGING) += staging.o
|
|
|
|
|
2011-11-02 00:23:55 +00:00
|
|
|
obj-y += media/
|
2008-04-04 00:30:53 +00:00
|
|
|
obj-$(CONFIG_ET131X) += et131x/
|
2008-03-19 21:27:25 +00:00
|
|
|
obj-$(CONFIG_SLICOSS) += slicoss/
|
2011-05-12 05:33:44 +00:00
|
|
|
obj-$(CONFIG_USBIP_CORE) += usbip/
|
2008-10-01 12:36:56 +00:00
|
|
|
obj-$(CONFIG_W35UND) += winbond/
|
2008-10-02 18:29:28 +00:00
|
|
|
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
|
2008-10-07 04:41:46 +00:00
|
|
|
obj-$(CONFIG_ECHO) += echo/
|
2008-11-05 04:29:31 +00:00
|
|
|
obj-$(CONFIG_COMEDI) += comedi/
|
2010-09-25 02:13:42 +00:00
|
|
|
obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/
|
2008-11-14 01:18:59 +00:00
|
|
|
obj-$(CONFIG_PANEL) += panel/
|
2009-11-17 05:35:38 +00:00
|
|
|
obj-$(CONFIG_R8187SE) += rtl8187se/
|
2009-11-03 09:17:24 +00:00
|
|
|
obj-$(CONFIG_RTL8192U) += rtl8192u/
|
2009-08-04 22:57:55 +00:00
|
|
|
obj-$(CONFIG_RTL8192E) += rtl8192e/
|
2010-08-20 15:15:30 +00:00
|
|
|
obj-$(CONFIG_R8712U) += rtl8712/
|
2013-08-22 03:34:15 +00:00
|
|
|
obj-$(CONFIG_R8188EU) += rtl8188eu/
|
2011-07-19 09:10:35 +00:00
|
|
|
obj-$(CONFIG_RTS5139) += rts5139/
|
2008-12-18 01:13:45 +00:00
|
|
|
obj-$(CONFIG_TRANZPORT) += frontier/
|
2009-02-09 21:02:35 +00:00
|
|
|
obj-$(CONFIG_IDE_PHISON) += phison/
|
2009-02-28 03:50:03 +00:00
|
|
|
obj-$(CONFIG_LINE6_USB) += line6/
|
2013-03-06 14:12:22 +00:00
|
|
|
obj-$(CONFIG_NETLOGIC_XLR_NET) += netlogic/
|
2009-05-31 19:49:42 +00:00
|
|
|
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
|
2009-05-06 00:35:21 +00:00
|
|
|
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
|
2013-06-01 18:42:58 +00:00
|
|
|
obj-$(CONFIG_OCTEON_USB) += octeon-usb/
|
2009-06-02 18:44:46 +00:00
|
|
|
obj-$(CONFIG_VT6655) += vt6655/
|
2009-06-13 11:39:00 +00:00
|
|
|
obj-$(CONFIG_VT6656) += vt6656/
|
2009-09-11 16:51:31 +00:00
|
|
|
obj-$(CONFIG_VME_BUS) += vme/
|
2010-11-17 23:45:36 +00:00
|
|
|
obj-$(CONFIG_DX_SEP) += sep/
|
2009-08-18 17:06:19 +00:00
|
|
|
obj-$(CONFIG_IIO) += iio/
|
2010-06-01 08:01:24 +00:00
|
|
|
obj-$(CONFIG_ZRAM) += zram/
|
2012-01-09 22:51:57 +00:00
|
|
|
obj-$(CONFIG_ZSMALLOC) += zsmalloc/
|
2009-09-27 09:12:52 +00:00
|
|
|
obj-$(CONFIG_WLAGS49_H2) += wlags49_h2/
|
|
|
|
obj-$(CONFIG_WLAGS49_H25) += wlags49_h25/
|
2012-06-10 11:12:24 +00:00
|
|
|
obj-$(CONFIG_FB_SM7XX) += sm7xxfb/
|
staging: add Broadcom Crystal HD driver
This patch supersedes the earlier ones sent by Manu Abraham to add
the Broadcom Crystal HD driver to the staging tree, per discussion
with him about it. I've been working with Broadcom's Naren Sankar
on this driver for a number of months, and had already talked Naren
about submitting this on Broadcom's behalf, didn't expect anyone
else to jump on submitting it as quickly as Manu did. ;)
This version is a one-shot deal, incorporating the original driver,
Manu's coding style clean-ups, udev device creation support from
Edgar 'gimli' Hucek, and a number of other small tweaks from myself
and Scott Davilla, the other individual who has been working closely
on this code with Naren and I.
I've tested this iteration of the code lightly on a mini pci-e board
in a ThinkPad T61p running x86_64 Fedora 12, with the expected results,
and will test further on other systems with other variants of the card
(I have three varieties of this device currently in hand). Scott has
also tested on assorted primarily i686 varieties of Ubuntu, and Naren
has tested with both Fedora and Ubuntu, iirc.
Note: only the 70012 is currently supported by this driver, 70015
support will follow later. Also note that Blu-Ray support isn't
enabled (at the firmware level), due to misc fun related to the
BD encryption scheme, DRM, etc. :\
I *do* have a git tree containing the driver, lib, gst plugin and
firmware that I'm working from at the moment[*], as there are inter-
dependencies between the driver and lib, and the driver can be used
with kernels going a ways back (I've only tested back to 2.6.18 as
it exists in Red Hat Enterprise Linux 5). I'm exporting from there,
into a linux-next tree, then generating patches from there. The goal
is to feed everything upstream as quickly as possible, but there are
users who want this code for earlier kernels too...
The firmware will be submitted for inclusion in dwmw2's linux-firmware
tree once there is a suitable redistribution-no-modification type of
license on it (I believe Naren is working with Broadcom legal to get
that in place).
Changelog from initial Broadcom release to here:
commit d20475d444610c5683d09e63f707f5bb22359062
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 13:55:16 2010 -0500
include: lib doesn't build w/o the removed stdint include
So add it back...
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit c181070a330530b792d2b80e3ec6ab12a5a57394
Author: Scott Davilla <davilla@4pi.com>
Date: Mon Jan 4 13:38:37 2010 -0500
include: don't define VOID if its already defined
Signed-off-by: Scott Davilla <davilla@4pi.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit 33d8a2b691e81212e398f53770578d79650bf0bc
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 13:12:10 2010 -0500
driver: create crystalhd device using udev
Based on:
http://sourceforge.net/apps/trac/archvdr/browser/trunk/archvdr/crystalhd/use_udev.patch
Signed-off-by: Edgar ( gimli ) Hucek <ebsi4711 at gmail dot com>
Formatting tweaks, error-handling path fixups and any bugs added by Jarod.
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit c44c64dea5537814796fcbe2d9db0209383c78b9
Author: Manu Abraham <abraham.manu@gmail.com>
Date: Mon Jan 4 10:32:47 2010 -0500
crystalhd: coding style cleanups
Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit cffa6da7467ff697a656d1dfff54bb0513a053dc
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 10:17:27 2010 -0500
crystalhd: run dos2unix over everything, this is linux source...
Signed-off-by: Jarod Wilson <jarod@redhat.com>
commit 7fa38a282db7af5a5746055f7c6cef8a9b8ee138
Author: Jarod Wilson <jarod@redhat.com>
Date: Mon Jan 4 10:02:33 2010 -0500
crystalhd: initial import of released Broadcom code
Straight import of:
http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_20091229.zip
Unfortunately, we're unable to publicly publish all the history that got
us from the initial internal code to what was released here, but such is
life, we can just be happy we've got this open-sourced now. :)
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Naren Sankar <nsankar@broadcom.com>
Signed-off-by: Scott Davilla <davilla@4pi.com>
Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-01-04 23:02:27 +00:00
|
|
|
obj-$(CONFIG_CRYSTALHD) += crystalhd/
|
2010-03-04 13:40:46 +00:00
|
|
|
obj-$(CONFIG_CXT1E1) += cxt1e1/
|
2010-05-19 08:44:14 +00:00
|
|
|
obj-$(CONFIG_FB_XGI) += xgifb/
|
2010-06-24 13:40:07 +00:00
|
|
|
obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/
|
2010-07-08 23:25:55 +00:00
|
|
|
obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/
|
2011-02-22 14:27:58 +00:00
|
|
|
obj-$(CONFIG_SBE_2T3E3) += sbe-2t3e3/
|
2010-09-08 07:42:32 +00:00
|
|
|
obj-$(CONFIG_USB_ENESTORAGE) += keucr/
|
2011-02-22 14:27:58 +00:00
|
|
|
obj-$(CONFIG_BCM_WIMAX) += bcm/
|
2010-09-22 05:56:27 +00:00
|
|
|
obj-$(CONFIG_FT1000) += ft1000/
|
2011-02-22 14:27:58 +00:00
|
|
|
obj-$(CONFIG_SPEAKUP) += speakup/
|
2010-10-22 13:00:20 +00:00
|
|
|
obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217) += cptm1217/
|
2010-11-02 12:08:45 +00:00
|
|
|
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4) += ste_rmi4/
|
2011-05-19 14:34:42 +00:00
|
|
|
obj-$(CONFIG_MFD_NVEC) += nvec/
|
2011-11-30 11:33:10 +00:00
|
|
|
obj-$(CONFIG_ANDROID) += android/
|
2012-02-20 21:12:44 +00:00
|
|
|
obj-$(CONFIG_USB_WPAN_HCD) += ozwpan/
|
2012-05-15 04:20:36 +00:00
|
|
|
obj-$(CONFIG_WIMAX_GDM72XX) += gdm72xx/
|
2013-07-24 18:36:17 +00:00
|
|
|
obj-$(CONFIG_LTE_GDM724X) += gdm724x/
|
2012-09-07 02:59:06 +00:00
|
|
|
obj-$(CONFIG_NET_VENDOR_SILICOM) += silicom/
|
2012-09-18 02:43:33 +00:00
|
|
|
obj-$(CONFIG_CED1401) += ced1401/
|
2012-09-21 08:07:47 +00:00
|
|
|
obj-$(CONFIG_DRM_IMX) += imx-drm/
|
2012-09-20 20:55:28 +00:00
|
|
|
obj-$(CONFIG_DGRP) += dgrp/
|
2012-11-16 14:28:49 +00:00
|
|
|
obj-$(CONFIG_SB105X) += sb105x/
|
2012-11-02 12:16:33 +00:00
|
|
|
obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/
|
2013-01-23 14:13:52 +00:00
|
|
|
obj-$(CONFIG_GOLDFISH) += goldfish/
|
2013-03-12 00:48:02 +00:00
|
|
|
obj-$(CONFIG_USB_DWC2) += dwc2/
|
staging: add Lustre file system client support
Lustre is the most deployed distributed file system
in the HPC (High Performance Computing) world. The patch
adds its client side support.
The code is not very clean and needs to live in drivers/staging
for some time for continuing cleanup work. See
drivers/staging/lustre/TODO for details.
The code is based on Lustre master commit faefbfc04
commit faefbfc0460bc00f2ee4c1c1c86aa1e39b9eea49
Author: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Date: Tue Apr 30 23:05:21 2013 +0400
LU-3244 utils: tunefs.lustre should preserve virgin label
Plus a few under-review patches on Whamcloud gerrit:
3.8 kernel support:
http://review.whamcloud.com/#change,5973
http://review.whamcloud.com/#change,5974
http://review.whamcloud.com/#change,5768
http://review.whamcloud.com/#change,5781
http://review.whamcloud.com/#change,5763
http://review.whamcloud.com/#change,5613
http://review.whamcloud.com/#change,5655
3.9 kernel support:
http://review.whamcloud.com/#change,5898
http://review.whamcloud.com/#change,5899
Kconfig/Kbuild:
http://review.whamcloud.com/#change,4646
http://review.whamcloud.com/#change,4644
libcfs cleanup:
http://review.whamcloud.com/#change,2831
http://review.whamcloud.com/#change,4775
http://review.whamcloud.com/#change,4776
http://review.whamcloud.com/#change,4777
http://review.whamcloud.com/#change,4778
http://review.whamcloud.com/#change,4779
http://review.whamcloud.com/#change,4780
All starting/trailing whitespaces are removed, to match kernel
coding style. Also ran scripts/cleanfile on all lustre source files.
[maked the Kconfig depend on BROKEN as the recent procfs changes causes
this to fail - gregkh]
Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-02 08:46:55 +00:00
|
|
|
obj-$(CONFIG_LUSTRE_FS) += lustre/
|
2013-05-16 08:31:59 +00:00
|
|
|
obj-$(CONFIG_USB_BTMTK) += btmtk_usb/
|
2013-06-24 15:55:47 +00:00
|
|
|
obj-$(CONFIG_XILLYBUS) += xillybus/
|
2013-08-21 00:56:58 +00:00
|
|
|
obj-$(CONFIG_DGNC) += dgnc/
|
2013-08-22 17:40:35 +00:00
|
|
|
obj-$(CONFIG_DGAP) += dgap/
|
2013-10-01 09:33:58 +00:00
|
|
|
obj-$(CONFIG_MTD_SPINAND_MT29F) += mt29f_spinand/
|