Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186568
b: refs/heads/master
c: 7963eb4
h: refs/heads/master
v: v3
  • Loading branch information
Jarod Wilson authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 79c65ef commit 289da53
Show file tree
Hide file tree
Showing 19 changed files with 19,684 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ca1f29c01aaa37d522dc6ce311769731f5f1919e
refs/heads/master: 7963eb432be2ebbf7e740bcdf6b385cc68fb7627
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,7 @@ source "drivers/staging/sm7xx/Kconfig"

source "drivers/staging/dt3155/Kconfig"

source "drivers/staging/crystalhd/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ obj-$(CONFIG_PCMCIA_WAVELAN) += wavelan/
obj-$(CONFIG_PCMCIA_NETWAVE) += netwave/
obj-$(CONFIG_FB_SM7XX) += sm7xx/
obj-$(CONFIG_DT3155) += dt3155/
obj-$(CONFIG_CRYSTALHD) += crystalhd/
6 changes: 6 additions & 0 deletions trunk/drivers/staging/crystalhd/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config CRYSTALHD
tristate "Broadcom Crystal HD video decoder support"
depends on PCI
default n
help
Support for the Broadcom Crystal HD video decoder chipset
6 changes: 6 additions & 0 deletions trunk/drivers/staging/crystalhd/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
obj-$(CONFIG_CRYSTALHD) += crystalhd.o

crystalhd-objs := crystalhd_cmds.o \
crystalhd_hw.o \
crystalhd_lnx.o \
crystalhd_misc.o
16 changes: 16 additions & 0 deletions trunk/drivers/staging/crystalhd/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- Testing
- Cleanup return codes
- Cleanup typedefs
- Cleanup all WIN* references
- Allocate an Accelerator device class specific Major number,
since we don't have any other open sourced accelerators, it is the only
one in that category for now.
A somewhat similar device is the DXR2/3

Please send patches to:
Greg Kroah-Hartman <greg@kroah.com>
Naren Sankar <nsankar@broadcom.com>
Jarod Wilson <jarod@wilsonet.com>
Scott Davilla <davilla@4pi.com>
Manu Abraham <abraham.manu@gmail.com>

Loading

0 comments on commit 289da53

Please sign in to comment.