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
2015-01-27
greybus: build: android: Fix script which locates .ko files and moves them into ramdisk
Michael Scott
1
-1
/
+1
2015-01-23
greybus: spi: add bridged-PHY spi protocol driver
Viresh Kumar
4
-0
/
+454
2015-01-23
greybus: es1.c: wait until the last possible minute to start the svc messages
Greg Kroah-Hartman
1
-3
/
+5
2015-01-23
greybus: ap.c: our workqueue should be ordered
Greg Kroah-Hartman
1
-1
/
+1
2015-01-23
greybus: build: android: add all greybus modules to the build
Michael Scott
1
-1
/
+3
2015-01-23
greybus: build: android: replace hard-coded build destination with variable
Michael Scott
1
-3
/
+5
2015-01-23
greybus: Revert "protocol: dedup protocol find code"
Greg Kroah-Hartman
1
-10
/
+25
2015-01-23
greybus: Revert "protocol.c: fix a kernel panic caused by __gb_protocol_register"
Greg Kroah-Hartman
1
-1
/
+1
2015-01-22
greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_request
Viresh Kumar
1
-3
/
+3
2015-01-22
greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_response
Viresh Kumar
1
-2
/
+2
2015-01-22
greybus: protocol.c: fix a kernel panic caused by __gb_protocol_register
Alexandre Bailon
1
-1
/
+1
2015-01-22
greybus: remove unused version-response structs
Viresh Kumar
7
-38
/
+0
2015-01-22
greybus: create get_version() routines with the help of a macro
Viresh Kumar
9
-175
/
+77
2015-01-22
greybus: uart: s/REQ/TYPE
Viresh Kumar
1
-13
/
+13
2015-01-22
greybus: Remove "gb-" prefix from .c files
Viresh Kumar
5
-0
/
+6
2015-01-22
greybus: Remove "-gb" suffix from .c files
Viresh Kumar
7
-6
/
+6
2015-01-21
greybus: es2: add ES2 Greybus Host driver
Greg Kroah-Hartman
2
-0
/
+619
2015-01-21
greybus: es1: no need to assign a variable we return directly
Greg Kroah-Hartman
1
-3
/
+1
2015-01-21
greybus: protocol: dedup protocol find code
Rui Miguel Silva
1
-25
/
+10
2015-01-21
greybus: es1: release urb on error path
Rui Miguel Silva
1
-19
/
+24
2015-01-21
greybus: es1: remove useless statement
Rui Miguel Silva
1
-2
/
+0
2015-01-16
greybus: gb_operation: drop operation refcount on cancel
Perry Hung
1
-0
/
+1
2015-01-16
greybus: gb_operation: replace timeout workqueue
Perry Hung
2
-26
/
+9
2015-01-16
greybus: gpio-gb: remove checks for negative offset variable
Bill Pemberton
1
-8
/
+8
2015-01-16
greybus: Add FIXME warnings for possible NULL dereferences
Bill Pemberton
2
-0
/
+4
2015-01-16
greybus: gb-vibrator: remove useless if in timeout_store()
Bill Pemberton
1
-2
/
+0
2015-01-14
greybus: Move the es1_ap_desc.c file to Documentation directory
Greg Kroah-Hartman
1
-0
/
+0
2015-01-14
greybus: rename es1-ap-usb.ko to gb-es1.ko
Greg Kroah-Hartman
2
-1
/
+1
2015-01-14
greybus: rename battery-gb.c to gb-battery.c
Greg Kroah-Hartman
2
-1
/
+1
2015-01-14
greybus: rename vibrator-gb.ko to gb-vibrator.ko
Greg Kroah-Hartman
2
-1
/
+1
2015-01-14
greybus: rename gpbridge.ko to gb-phy.ko
Greg Kroah-Hartman
1
-2
/
+2
2015-01-14
greybus: Makefile: provide install target
Greg Kroah-Hartman
1
-0
/
+4
2015-01-14
greybus: i2c-gb: fix bad message size in gb_i2c
Alexandre Bailon
1
-1
/
+1
2015-01-02
greybus: sysfs: put a \n at the end of all sysfs files
Greg Kroah-Hartman
2
-3
/
+3
2015-01-02
greybus: protocol: fix oops when no protocol is assigned
Greg Kroah-Hartman
1
-2
/
+8
2015-01-02
greybus: protocol: name protocols.
Greg Kroah-Hartman
10
-0
/
+16
2015-01-02
greybus: module: get rid of global list of modules
Greg Kroah-Hartman
2
-29
/
+22
2015-01-02
greybus: i2c-gb: move i2c protocol into the gpbridge driver
Greg Kroah-Hartman
4
-3
/
+19
2015-01-02
greybus: gpb: Create a "GP Bridge" kernel module
Greg Kroah-Hartman
5
-51
/
+76
2015-01-02
greybus: battery-gb: move the battery protocol out to a stand-alone module
Greg Kroah-Hartman
4
-17
/
+3
2015-01-02
greybus: vibrator-gb: move vibrator protocol to a stand-alone module.
Greg Kroah-Hartman
4
-11
/
+8
2015-01-02
greybus: protocol: add a module owner to a protocol
Greg Kroah-Hartman
2
-6
/
+17
2015-01-02
greybus: bundle: create GB_DEVICE_ID_BAD
Greg Kroah-Hartman
3
-2
/
+6
2014-12-23
greybus: i2c-gb: split out into a stand-alone kernel module.
Greg Kroah-Hartman
4
-17
/
+15
2014-12-23
greybus: protocol: split binding of prototcols to connections out of init
Greg Kroah-Hartman
6
-10
/
+83
2014-12-23
greybus: export needed symbols for protocols
Greg Kroah-Hartman
3
-0
/
+7
2014-12-23
greybus: protocol: switch gb_protocol_register() to return an int
Greg Kroah-Hartman
10
-31
/
+33
2014-12-23
greybus: interface: remove global manifest_descs list
Greg Kroah-Hartman
3
-19
/
+22
2014-12-23
greybus: add module support
Greg Kroah-Hartman
10
-10
/
+211
2014-12-19
greybus: interface: rename gb_modules_lock -> gb_interfaces_lock
Greg Kroah-Hartman
1
-5
/
+5
[prev]
[next]