summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-29greybus: manifest: Account for padding in string descriptorViresh Kumar1-0/+3
2015-04-29greybus: Explicitly mark structures as packedViresh Kumar2-30/+22
2015-04-29greybus: endo: Rename endo's 'type' as 'id'Viresh Kumar2-10/+10
2015-04-29greybus: endo: Use a real endo idViresh Kumar1-4/+7
2015-04-17greybus: MODULE_LICENSE cleanupGreg Kroah-Hartman4-4/+4
2015-04-17greybus: bundle: add state sysfs fileGreg Kroah-Hartman3-2/+49
2015-04-16greybus: loopback: fix 64-bit divisionsJohan Hovold1-6/+13
2015-04-10greybus: gpbridge.h: remove BIT() defineGreg Kroah-Hartman1-3/+0
2015-04-10greybus: gpbridge.h: whitespace cleanupsGreg Kroah-Hartman1-40/+40
2015-04-10greybus: Move briged phy structure definitions into gpbridge.hJohn Stultz5-351/+416
2015-04-09greybus: Documentation/sysfs-bus-greybus: document module sysfs filesGreg Kroah-Hartman1-0/+30
2015-04-09greybus: Documentation/sysfs-bus-greybus: document the endo and SVCGreg Kroah-Hartman1-0/+23
2015-04-09greybus: Documentation/sysfs-bus-greybus: update kernel version and dateGreg Kroah-Hartman1-16/+16
2015-04-09greybus: endo: hook up endos into the device treeGreg Kroah-Hartman6-45/+50
2015-04-09greybus: endo: add endo structures and logicGreg Kroah-Hartman5-0/+212
2015-04-09greybus: module.c: add attributesGreg Kroah-Hartman1-16/+41
2015-04-07greybus: drop host-driver buffer headroomJohan Hovold4-52/+4
2015-04-07greybus: es2: sync up with recent es1 changesJohan Hovold1-34/+25
2015-04-07greybus: es1: fix transfer-buffer alignmentJohan Hovold1-34/+25
2015-04-07greybus: operation: add explicit padding to message headerJohan Hovold1-1/+1
2015-04-07greybus: operation: fix potential message corruptionJohan Hovold2-43/+31
2015-04-07greybus: pass messages to host driversJohan Hovold6-94/+56
2015-04-07greybus: operation: move message-header definition to header fileJohan Hovold2-29/+29
2015-04-07greybus: remove obsolete buffer-alignment requirementJohan Hovold1-3/+0
2015-04-07greybus: operation: fix unaligned memory accesses in receive pathJohan Hovold1-9/+10
2015-04-07greybus: es2: sync up with recent es1 changesJohan Hovold1-8/+17
2015-04-07greybus: es1: fix buffer-size limitJohan Hovold1-1/+1
2015-04-07greybus: es1: fix DMA-buffer on stackJohan Hovold1-5/+14
2015-04-07greybus: es1: drop unnecessary castsJohan Hovold1-2/+2
2015-04-06greybus: bundle: s/class_type/classViresh Kumar5-18/+18
2015-04-06greybus: driver corresponds to a bundle, not interfaceViresh Kumar7-55/+71
2015-04-06greybus: drop module descriptorsViresh Kumar2-20/+0
2015-04-06greybus: manifest: Use interface descriptor instead of module descriptor to g...Viresh Kumar5-37/+35
2015-04-06greybus: bundle: Initialize all bundles on link-upViresh Kumar3-11/+23
2015-04-06greybus: bundle: Create bundles using bundle descriptorsViresh Kumar3-10/+18
2015-04-06greybus: hid: Use payload-size to get report sizeViresh Kumar1-17/+1
2015-04-05greybus: Add bundle descriptor typeViresh Kumar2-2/+30
2015-04-05greybus: interface: Fetch interface id instead of module id during setupViresh Kumar6-47/+55
2015-04-05greybus: Unregister devices to get them freedViresh Kumar5-5/+22
2015-04-04greybus: Initial I2S definitionsMark Greer2-1/+148
2015-04-04greybus: Documentation/sysfs: add a proposed sysfs tree for greybusGreg Kroah-Hartman20-0/+4
2015-04-02greybus: reduce the rantingAlex Elder2-54/+0
2015-04-01greybus: kernel_ver.h: add sysfs_create_groups() and sysfs_remove_groups()Greg Kroah-Hartman1-0/+33
2015-03-31greybus: loopback: use the attribute groups, not groupGreg Kroah-Hartman1-2/+2
2015-03-31greybus: loopback: fix build breakage about SZ_4KGreg Kroah-Hartman1-0/+1
2015-03-31greybus: Add loopback protocolAlexandre Bailon3-0/+393
2015-03-30greybus: es2: test apb1_log_task safelyAlex Elder1-4/+4
2015-03-30greybus: es1: test apb1_log_task safelyAlex Elder1-4/+4
2015-03-30greybus: manifest: use size_t for a size variableAlex Elder1-6/+8
2015-03-30greybus: operation: refactor response handlingJohan Hovold4-46/+25