aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2014-09-13greybus: es1: functionally completeGreg Kroah-Hartman1-19/+38
2014-09-13greybus: core: verify major/minor number of greybus protocolGreg Kroah-Hartman1-1/+9
2014-09-13greybus: uart-gb: let the core dynamically allocate the major numberGreg Kroah-Hartman1-18/+9
2014-09-13greybus: tty driver fixes to get init working properlyGreg Kroah-Hartman2-12/+34
2014-09-13greybus: es1 endpoint descriptor: minor fixes to get the config rightGreg Kroah-Hartman1-5/+5
2014-09-13greybus: Makefile: add 'check' option to run sparse with endian checks enabledGreg Kroah-Hartman1-0/+3
2014-09-13greybus: ap: cleanup of process ap message loopGreg Kroah-Hartman1-17/+5
2014-09-13greybus: ap: convert to workqueue from threadGreg Kroah-Hartman1-51/+14
2014-09-13greybus: es1: handle cport data in and outGreg Kroah-Hartman4-5/+71
2014-09-13greybus: es1: allocate cport out urbs properlyGreg Kroah-Hartman1-5/+34
2014-09-12greybus: es1: add the start of cport urb handling.Greg Kroah-Hartman2-5/+119
2014-09-12greybus: AP: move a bunch of svc message handling logic into ap.cGreg Kroah-Hartman3-163/+195
2014-09-11greybus: Merge branch 'master' of github.com:gregkh/greybusGreg Kroah-Hartman1-1/+1
2014-09-11greybus: Fix build errors on older kernels.Greg Kroah-Hartman3-2/+27
2014-09-10greybus: fix endian issue in sysfs.cGreg Kroah-Hartman1-1/+1
2014-09-09greybus: pass appropriate type to create functionGreg Kroah-Hartman1-46/+47
2014-09-09greybus: fix manifest parsing size bugAlex Elder1-7/+10
2014-09-09greybus: validate descriptor sizesAlex Elder1-0/+9
2014-09-09greybus: interpret descriptor type properlyAlex Elder1-1/+1
2014-09-09greybus: call put_device() on errorAlex Elder1-0/+1
2014-09-09greybus: define struct greybus_manifestAlex Elder2-8/+13
2014-09-09greybus: switch to the term "manifest"Alex Elder4-19/+19
2014-09-08greybus: es1: forgot to free our urb on disconnectGreg Kroah-Hartman1-0/+1
2014-09-08greybus: es1: finialized USB device structureGreg Kroah-Hartman1-27/+102
2014-09-08greybus: es1_ap_desc.c: updated ES1 USB device descriptorGreg Kroah-Hartman1-4/+11
2014-09-07greybus: minor whitespace cleanups to make checkpatch.pl happyGreg Kroah-Hartman2-9/+1
2014-09-07greybus: battery FIXME addedGreg Kroah-Hartman1-2/+4
2014-09-07greybus: add battery moduleGreg Kroah-Hartman4-1/+167
2014-09-07greybus: first cut at parsing svc messages sent to the APGreg Kroah-Hartman2-2/+151
2014-09-07greybus: more hd workGreg Kroah-Hartman4-8/+64
2014-09-06greybus: host controller additionsGreg Kroah-Hartman4-33/+213
2014-09-06greybus: add es1_ap_desc.c to describe the ES1 USB device descriptorsGreg Kroah-Hartman1-0/+63
2014-09-06greybus: uart-gb: remove unneeded THIS_MODULE settingGreg Kroah-Hartman1-1/+0
2014-09-06greybus: uart-gb.c: dynamically allocate device numbersMarti Bolivar1-14/+33
2014-09-06greybus: uart-gb.c: replace alloc_tty_driver with tty_alloc_driverMarti Bolivar1-2/+2
2014-09-02greybus: add proper packing to all greybus message typesGreg Kroah-Hartman2-0/+8
2014-09-01greybus: minor checkpatch cleanupsGreg Kroah-Hartman4-6/+8
2014-09-01greybus: split sysfs functions out to separate file.Greg Kroah-Hartman4-147/+169
2014-09-01greybus: greybus_string()Greg Kroah-Hartman2-3/+19
2014-09-01greybus: module id attributesGreg Kroah-Hartman2-12/+76
2014-09-01greybus: serial number attribute addedGreg Kroah-Hartman1-1/+32
2014-09-01greybus: sysfs attributes for functions and more driver core integration.Greg Kroah-Hartman3-42/+146
2014-09-01greybus: start parsing descriptor fieldsGreg Kroah-Hartman4-40/+126
2014-09-01greybus: start parsing descriptor structuresGreg Kroah-Hartman3-4/+119
2014-09-01greybus: export gb_new_ap_msg so that the es1 module can use itGreg Kroah-Hartman1-0/+2
2014-09-01greybus: turn off warnings for es1-ap-usb.c to make it easier to build for now...Greg Kroah-Hartman1-2/+2
2014-09-01greybus: get field names right for descriptorsGreg Kroah-Hartman4-22/+25
2014-09-01greybus: s/greybus_device_id/greybus_module_id/gGreg Kroah-Hartman7-21/+21
2014-09-01greybus: more changes due to name changes in the greybus documentGreg Kroah-Hartman2-42/+41
2014-09-01greybus: greybus.h: tiny movement aroundGreg Kroah-Hartman1-17/+17