index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
greybus: simple fixes
Alex Elder
2014-09-22
4
-9
/
+3
*
greybus: initialize all fields in an SVC handshake message
Matt Porter
2014-09-22
1
-0
/
+6
*
greybus: es1-ap-usb: fix svc control pipe flags
Matt Porter
2014-09-22
1
-1
/
+1
*
greybus: core: hook up the hotplug message
Greg Kroah-Hartman
2014-09-21
2
-25
/
+16
*
greybus: ap: validate the rest of the svc message buffer sizes
Greg Kroah-Hartman
2014-09-21
3
-15
/
+54
*
greybus: ap: start validating the message better
Greg Kroah-Hartman
2014-09-21
1
-15
/
+44
*
greybus: core.c: create empty functions to keep linking working for hotplug/r...
Greg Kroah-Hartman
2014-09-21
1
-0
/
+10
*
greybus: greybus.h: add function prototype for add/remove a module
Greg Kroah-Hartman
2014-09-21
1
-0
/
+3
*
greybus: svc_msg.h: add data for hotplug message
Greg Kroah-Hartman
2014-09-21
1
-0
/
+1
*
greybus: gbuf: clean up logic of who owns what "part" of the gbuf
Greg Kroah-Hartman
2014-09-21
3
-67
/
+140
*
greybus: gbuf: implement submission logic
Greg Kroah-Hartman
2014-09-19
3
-21
/
+29
*
greybus: es1: set buffer sizes for messages based on email discussions
Greg Kroah-Hartman
2014-09-19
1
-5
/
+13
*
greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match spec
Matt Porter
2014-09-18
1
-2
/
+2
*
greybus: move versioning from svc message header to handshake function
Matt Porter
2014-09-18
2
-8
/
+11
*
greybus: update svc_msg_header fields and users to match spec
Matt Porter
2014-09-18
2
-9
/
+14
*
greybus: fix hd init sequence of setting up parent and driver pointers properly
Greg Kroah-Hartman
2014-09-14
4
-15
/
+16
*
greybus: add test_sink driver
Greg Kroah-Hartman
2014-09-14
2
-0
/
+39
*
greybus: gbuf: cport in buffer stream logic
Greg Kroah-Hartman
2014-09-14
4
-16
/
+79
*
greybus: gbuf recieve path work, not done, dinner time...
Greg Kroah-Hartman
2014-09-13
3
-19
/
+100
*
greybus: devices: endpoint description of device
Greg Kroah-Hartman
2014-09-13
1
-0
/
+11
*
greybus: es1: functionally complete
Greg Kroah-Hartman
2014-09-13
1
-19
/
+38
*
greybus: core: verify major/minor number of greybus protocol
Greg Kroah-Hartman
2014-09-13
1
-1
/
+9
*
greybus: uart-gb: let the core dynamically allocate the major number
Greg Kroah-Hartman
2014-09-13
1
-18
/
+9
*
greybus: tty driver fixes to get init working properly
Greg Kroah-Hartman
2014-09-13
2
-12
/
+34
*
greybus: es1 endpoint descriptor: minor fixes to get the config right
Greg Kroah-Hartman
2014-09-13
1
-5
/
+5
*
greybus: Makefile: add 'check' option to run sparse with endian checks enabled
Greg Kroah-Hartman
2014-09-13
1
-0
/
+3
*
greybus: ap: cleanup of process ap message loop
Greg Kroah-Hartman
2014-09-13
1
-17
/
+5
*
greybus: ap: convert to workqueue from thread
Greg Kroah-Hartman
2014-09-13
1
-51
/
+14
*
greybus: es1: handle cport data in and out
Greg Kroah-Hartman
2014-09-13
4
-5
/
+71
*
greybus: es1: allocate cport out urbs properly
Greg Kroah-Hartman
2014-09-13
1
-5
/
+34
*
greybus: es1: add the start of cport urb handling.
Greg Kroah-Hartman
2014-09-12
2
-5
/
+119
*
greybus: AP: move a bunch of svc message handling logic into ap.c
Greg Kroah-Hartman
2014-09-12
3
-163
/
+195
*
greybus: Merge branch 'master' of github.com:gregkh/greybus
Greg Kroah-Hartman
2014-09-11
1
-1
/
+1
|
\
|
*
greybus: fix endian issue in sysfs.c
Greg Kroah-Hartman
2014-09-10
1
-1
/
+1
*
|
greybus: Fix build errors on older kernels.
Greg Kroah-Hartman
2014-09-11
3
-2
/
+27
|
/
*
greybus: pass appropriate type to create function
Greg Kroah-Hartman
2014-09-09
1
-46
/
+47
*
greybus: fix manifest parsing size bug
Alex Elder
2014-09-09
1
-7
/
+10
*
greybus: validate descriptor sizes
Alex Elder
2014-09-09
1
-0
/
+9
*
greybus: interpret descriptor type properly
Alex Elder
2014-09-09
1
-1
/
+1
*
greybus: call put_device() on error
Alex Elder
2014-09-09
1
-0
/
+1
*
greybus: define struct greybus_manifest
Alex Elder
2014-09-09
2
-8
/
+13
*
greybus: switch to the term "manifest"
Alex Elder
2014-09-09
4
-19
/
+19
*
greybus: es1: forgot to free our urb on disconnect
Greg Kroah-Hartman
2014-09-08
1
-0
/
+1
*
greybus: es1: finialized USB device structure
Greg Kroah-Hartman
2014-09-08
1
-27
/
+102
*
greybus: es1_ap_desc.c: updated ES1 USB device descriptor
Greg Kroah-Hartman
2014-09-08
1
-4
/
+11
*
greybus: minor whitespace cleanups to make checkpatch.pl happy
Greg Kroah-Hartman
2014-09-07
2
-9
/
+1
*
greybus: battery FIXME added
Greg Kroah-Hartman
2014-09-07
1
-2
/
+4
*
greybus: add battery module
Greg Kroah-Hartman
2014-09-07
4
-1
/
+167
*
greybus: first cut at parsing svc messages sent to the AP
Greg Kroah-Hartman
2014-09-07
2
-2
/
+151
*
greybus: more hd work
Greg Kroah-Hartman
2014-09-07
4
-8
/
+64
[next]