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-10-24
greybus: module: enable all sysfs attributes
Greg Kroah-Hartman
1
-19
/
+0
2014-10-24
greybus: fix repeated input errors
Alex Elder
1
-7
/
+8
2014-10-24
greybus: hook up greybus to the driver model
Greg Kroah-Hartman
7
-62
/
+161
2014-10-22
greybus: update AP id service message
Alex Elder
2
-8
/
+9
2014-10-22
greybus: set route before sending packets
Alex Elder
1
-1
/
+9
2014-10-22
greybus: svc: remove the DDB function message support
Matt Porter
2
-52
/
+3
2014-10-22
greybus: only initialize interfaces when up
Alex Elder
4
-19
/
+27
2014-10-22
greybus: make svc_set_route_send() public
Alex Elder
2
-6
/
+9
2014-10-22
greybus: define connection state
Alex Elder
3
-4
/
+34
2014-10-22
greybus: define operation_cancel()
Alex Elder
3
-0
/
+27
2014-10-22
greybus: time out operation requests
Alex Elder
3
-2
/
+43
2014-10-22
greybus: module: fix double free of module
Greg Kroah-Hartman
2
-6
/
+15
2014-10-22
greybus: ap: add svc_set_route_send() command and use it on a link up event
Matt Porter
1
-0
/
+18
2014-10-22
greybus: svc: remove unneeded fields from the unipro set route message payload
Matt Porter
1
-4
/
+1
2014-10-22
greybus: ap: process the UniPro link up message
Matt Porter
2
-0
/
+21
2014-10-22
greybus: interface: add gb_interface_find()
Matt Porter
2
-0
/
+15
2014-10-22
greybus: module: add gb_module_find()
Matt Porter
2
-0
/
+14
2014-10-21
greybus: battery-gb: Allow kernel values to get out of sync with greybus spec
Greg Kroah-Hartman
1
-4
/
+48
2014-10-21
greybus: battery-gb.c: fix memory leak found by Viresh
Greg Kroah-Hartman
1
-0
/
+1
2014-10-21
greybus: Merge branch 'gregkh_work' into master
Greg Kroah-Hartman
1
-12
/
+219
2014-10-21
greybus: ap: add support for the AP Device ID unipro management function message
Matt Porter
3
-2
/
+14
2014-10-21
greybus: improve module cleanup code
Alex Elder
8
-11
/
+78
2014-10-21
greybus: stash power supply pointer in connection
Alex Elder
1
-0
/
+1
2014-10-21
greybus: fix op_cycle logic
Alex Elder
1
-1
/
+1
2014-10-21
greybus: battery-gb: Add battery communication with the module
Greg Kroah-Hartman
1
-12
/
+219
2014-10-21
greybus: leverage ap_disconnect() in ap_probe()
Alex Elder
1
-29
/
+29
2014-10-21
greybus: move ap_disconnect()
Alex Elder
1
-29
/
+29
2014-10-21
greybus: remove cports and strings from gb_module
Alex Elder
2
-8
/
+0
2014-10-21
greybus: drop gb_* device fields from gb_module
Alex Elder
3
-6
/
+5
2014-10-21
greybus: create a slab cache for operations
Alex Elder
1
-13
/
+27
2014-10-21
greybus: properly drop device reference
Alex Elder
1
-1
/
+3
2014-10-21
greybus: .gitignore: minor updates
Viresh Kumar
1
-0
/
+3
2014-10-21
greybus: Fix parameters of core_param()
Viresh Kumar
1
-1
/
+1
2014-10-21
greybus: gpio-gb: fix offset error checking and usage
Matt Porter
1
-36
/
+22
2014-10-20
greybus: add LED protocol numbers
Greg Kroah-Hartman
3
-0
/
+3
2014-10-20
greybus: battery: some hooking up to the greybus core
Greg Kroah-Hartman
5
-7
/
+15
2014-10-20
greybus: gpio-gb: remove unused status field from struct gb_gpio_get_value_request
Matt Porter
1
-1
/
+0
2014-10-20
greybus: battery-gb: provide accessors for a few more functions
Greg Kroah-Hartman
1
-3
/
+14
2014-10-20
greybus: gpio-gb: allow it to build properly for all current kernel versions.
Greg Kroah-Hartman
2
-2
/
+23
2014-10-20
greybus: greybus_manifest.h: fix up class protocol numbers to match the spec.
Greg Kroah-Hartman
1
-10
/
+12
2014-10-18
greybus: report gbuf errors
Alex Elder
1
-1
/
+20
2014-10-17
greybus: update gbuf status for completion handlers
Alex Elder
3
-6
/
+16
2014-10-17
greybus: add write retry support for i2c
Alex Elder
2
-4
/
+9
2014-10-17
greybus: initial operations-based GPIO driver
Alex Elder
3
-54
/
+759
2014-10-17
greybus: add i2c driver
Alex Elder
3
-72
/
+470
2014-10-17
greybus: kill old cport handlers
Alex Elder
1
-30
/
+0
2014-10-17
greybus: kill off gbuf work queue
Alex Elder
2
-25
/
+1
2014-10-17
greybus: add device initialization
Alex Elder
8
-17
/
+79
2014-10-17
greybus: move receive handling to operation layer
Alex Elder
3
-35
/
+123
2014-10-17
greybus: let operation layer examine incoming data
Alex Elder
3
-32
/
+108
[prev]
[next]