index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-13
greybus: es1: functionally complete
Greg Kroah-Hartman
1
-19
/
+38
2014-09-13
greybus: core: verify major/minor number of greybus protocol
Greg Kroah-Hartman
1
-1
/
+9
2014-09-13
greybus: uart-gb: let the core dynamically allocate the major number
Greg Kroah-Hartman
1
-18
/
+9
2014-09-13
greybus: tty driver fixes to get init working properly
Greg Kroah-Hartman
2
-12
/
+34
2014-09-13
greybus: es1 endpoint descriptor: minor fixes to get the config right
Greg Kroah-Hartman
1
-5
/
+5
2014-09-13
greybus: Makefile: add 'check' option to run sparse with endian checks enabled
Greg Kroah-Hartman
1
-0
/
+3
2014-09-13
greybus: ap: cleanup of process ap message loop
Greg Kroah-Hartman
1
-17
/
+5
2014-09-13
greybus: ap: convert to workqueue from thread
Greg Kroah-Hartman
1
-51
/
+14
2014-09-13
greybus: es1: handle cport data in and out
Greg Kroah-Hartman
4
-5
/
+71
2014-09-13
greybus: es1: allocate cport out urbs properly
Greg Kroah-Hartman
1
-5
/
+34
2014-09-12
greybus: es1: add the start of cport urb handling.
Greg Kroah-Hartman
2
-5
/
+119
2014-09-12
greybus: AP: move a bunch of svc message handling logic into ap.c
Greg Kroah-Hartman
3
-163
/
+195
2014-09-11
greybus: Merge branch 'master' of github.com:gregkh/greybus
Greg Kroah-Hartman
1
-1
/
+1
2014-09-11
greybus: Fix build errors on older kernels.
Greg Kroah-Hartman
3
-2
/
+27
2014-09-10
greybus: fix endian issue in sysfs.c
Greg Kroah-Hartman
1
-1
/
+1
2014-09-09
greybus: pass appropriate type to create function
Greg Kroah-Hartman
1
-46
/
+47
2014-09-09
greybus: fix manifest parsing size bug
Alex Elder
1
-7
/
+10
2014-09-09
greybus: validate descriptor sizes
Alex Elder
1
-0
/
+9
2014-09-09
greybus: interpret descriptor type properly
Alex Elder
1
-1
/
+1
2014-09-09
greybus: call put_device() on error
Alex Elder
1
-0
/
+1
2014-09-09
greybus: define struct greybus_manifest
Alex Elder
2
-8
/
+13
2014-09-09
greybus: switch to the term "manifest"
Alex Elder
4
-19
/
+19
2014-09-08
greybus: es1: forgot to free our urb on disconnect
Greg Kroah-Hartman
1
-0
/
+1
2014-09-08
greybus: es1: finialized USB device structure
Greg Kroah-Hartman
1
-27
/
+102
2014-09-08
greybus: es1_ap_desc.c: updated ES1 USB device descriptor
Greg Kroah-Hartman
1
-4
/
+11
2014-09-07
greybus: minor whitespace cleanups to make checkpatch.pl happy
Greg Kroah-Hartman
2
-9
/
+1
2014-09-07
greybus: battery FIXME added
Greg Kroah-Hartman
1
-2
/
+4
2014-09-07
greybus: add battery module
Greg Kroah-Hartman
4
-1
/
+167
2014-09-07
greybus: first cut at parsing svc messages sent to the AP
Greg Kroah-Hartman
2
-2
/
+151
2014-09-07
greybus: more hd work
Greg Kroah-Hartman
4
-8
/
+64
2014-09-06
greybus: host controller additions
Greg Kroah-Hartman
4
-33
/
+213
2014-09-06
greybus: add es1_ap_desc.c to describe the ES1 USB device descriptors
Greg Kroah-Hartman
1
-0
/
+63
2014-09-06
greybus: uart-gb: remove unneeded THIS_MODULE setting
Greg Kroah-Hartman
1
-1
/
+0
2014-09-06
greybus: uart-gb.c: dynamically allocate device numbers
Marti Bolivar
1
-14
/
+33
2014-09-06
greybus: uart-gb.c: replace alloc_tty_driver with tty_alloc_driver
Marti Bolivar
1
-2
/
+2
2014-09-02
greybus: add proper packing to all greybus message types
Greg Kroah-Hartman
2
-0
/
+8
2014-09-01
greybus: minor checkpatch cleanups
Greg Kroah-Hartman
4
-6
/
+8
2014-09-01
greybus: split sysfs functions out to separate file.
Greg Kroah-Hartman
4
-147
/
+169
2014-09-01
greybus: greybus_string()
Greg Kroah-Hartman
2
-3
/
+19
2014-09-01
greybus: module id attributes
Greg Kroah-Hartman
2
-12
/
+76
2014-09-01
greybus: serial number attribute added
Greg Kroah-Hartman
1
-1
/
+32
2014-09-01
greybus: sysfs attributes for functions and more driver core integration.
Greg Kroah-Hartman
3
-42
/
+146
2014-09-01
greybus: start parsing descriptor fields
Greg Kroah-Hartman
4
-40
/
+126
2014-09-01
greybus: start parsing descriptor structures
Greg Kroah-Hartman
3
-4
/
+119
2014-09-01
greybus: export gb_new_ap_msg so that the es1 module can use it
Greg Kroah-Hartman
1
-0
/
+2
2014-09-01
greybus: turn off warnings for es1-ap-usb.c to make it easier to build for now...
Greg Kroah-Hartman
1
-2
/
+2
2014-09-01
greybus: get field names right for descriptors
Greg Kroah-Hartman
4
-22
/
+25
2014-09-01
greybus: s/greybus_device_id/greybus_module_id/g
Greg Kroah-Hartman
7
-21
/
+21
2014-09-01
greybus: more changes due to name changes in the greybus document
Greg Kroah-Hartman
2
-42
/
+41
2014-09-01
greybus: greybus.h: tiny movement around
Greg Kroah-Hartman
1
-17
/
+17
[prev]
[next]