Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162351
b: refs/heads/master
c: cd1bb43
h: refs/heads/master
i:
  162349: 5244a5c
  162347: 58caef5
  162343: 074d616
  162335: c7c521a
v: v3
  • Loading branch information
Mark Allyn authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 171b9ab commit f46f40c
Show file tree
Hide file tree
Showing 12 changed files with 5,770 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: 249c033c29ed4eccd24b52959747f2663deaa02f
refs/heads/master: cd1bb431d8b183e2d063267419984cc9bbe22b0b
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,7 @@ source "drivers/staging/hv/Kconfig"

source "drivers/staging/vme/Kconfig"

source "drivers/staging/sep/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 @@ -49,3 +49,4 @@ obj-$(CONFIG_USB_CPC) += cpc-usb/
obj-$(CONFIG_FB_UDL) += udlfb/
obj-$(CONFIG_HYPERV) += hv/
obj-$(CONFIG_VME_BUS) += vme/
obj-$(CONFIG_DX_SEP) += sep/
9 changes: 9 additions & 0 deletions trunk/drivers/staging/sep/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config DX_SEP
tristate "Discretix SEP driver"
depends on MRST
default y
help
Discretix SEP driver

If unsure say M. The compiled module will be
called sep_driver.ko
3 changes: 3 additions & 0 deletions trunk/drivers/staging/sep/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_CFLAGS += -DLITTLE__ENDIAN -DDX_CC5_SEP_PLAT -DCRYS_NO_EXT_IF_MODE_SUPPORT
obj-$(CONFIG_DX_SEP) := sep_driver.o
sep_driver-objs := sep_main_mod.o sep_ext_with_pci_driver.o
8 changes: 8 additions & 0 deletions trunk/drivers/staging/sep/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Todo's so far (from Alan Cox)
- Fix firmware loading
- Get firmware into firmware git tree
- Review and tidy each algorithm function
- Check whether it can be plugged into any of the kernel crypto API
interfaces
- Do something about the magic shared memory interface and replace it
with something saner (in Linux terms)
Loading

0 comments on commit f46f40c

Please sign in to comment.