Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4bc1389de9fcaaaf2f93e278f588858fb4fe2038
4bc1389
greybus: esX: use one byte to encode cport ids in header
by Alex Elder
· 9 years ago
88d18a9
greybus: reserve host cport id 0
by Alex Elder
· 9 years ago
fb690ca
greybus: rename HOST_DEV_CPORT_ID_MAX
by Alex Elder
· 9 years ago
d29b3d6
greybus: esX: encapsulate packing cport id into header
by Alex Elder
· 9 years ago
821c620
greybus: introduce cport_id_valid()
by Alex Elder
· 9 years ago
2a64fb0
greybus: manifest: clean up properly when parsing bundles
by Alex Elder
· 9 years ago
fe53b45
greybus: bundle: fix gb_bundle_destroy()
by Alex Elder
· 9 years ago
bc94208
greybus: bundle: refactor gb_bundle_find()
by Alex Elder
· 9 years ago
52e8ce3
greybus: manifest: clean up properly when parsing cports
by Alex Elder
· 9 years ago
f9b0366
greybus: connection: un-abstract host cport id allocation
by Alex Elder
· 9 years ago
deb58ca
greybus: connection: drop unneeded gb_protocol_put() calls
by Alex Elder
· 9 years ago
856618f
greybus: connection: remove extra kfree() call
by Alex Elder
· 9 years ago
55a8e35
greybus: uart: fix the clean up while uart initiates connection unsucessfully
by Phong Tran
· 9 years ago
3d0421e
greybus: remove __init from .h files
by Greg Kroah-Hartman
· 9 years ago
0ffacf3
greybus: endo: Fix compilation warning
by Viresh Kumar
· 9 years ago
f5c2be9
greybus: connection: check for duplicate cport ids
by Alex Elder
· 9 years ago
8267616b
greybus: bundle: check for duplicate bundle ids
by Alex Elder
· 9 years ago
c27a253
greybus: manifest: rework bundle parsing
by Alex Elder
· 9 years ago
a6b13eb
greybus: manifest: rework cport parsing
by Alex Elder
· 9 years ago
c46839d
greybus: manifest: use bundle's embedded interface pointer
by Alex Elder
· 9 years ago
d393c98
greybus: manifest: really minor cleanups
by Alex Elder
· 9 years ago
79dda60
greybus: endo: clean up id assignment code
by Alex Elder
· 9 years ago
f35ab90
greybus: endo: define endo_init() and endo_exit()
by Alex Elder
· 9 years ago
47ed2c9
greybus: tag core init and exit functions
by Alex Elder
· 9 years ago
190241a
greybus: drop some unnecessary headers
by Alex Elder
· 9 years ago
45f427a
greybus: gb-audio: Reset sample count when CPort deactivated
by Mark Greer
· 9 years ago
cce3103
greybus: es?: decrease buffer size to 2k
by Greg Kroah-Hartman
· 9 years ago
61b65a3
greybus: uart: remove the redundant unregister chrdev
by Phong Tran
· 9 years ago
f2e2b06
greybus: endo: move endo id map declaration to endo.h
by Phong Tran
· 9 years ago
928f2ab
greybus: Tear down devices in the reverse order
by Viresh Kumar
· 9 years ago
d51c0ff
greybus: manifest: clean up a few pr_err() calls
by Alex Elder
· 9 years ago
fd1c2e5
greybus: core: rename greybus_deregister()
by Alex Elder
· 9 years ago
81c3a77
greybus: uart: properly interpret receive data size
by Alex Elder
· 9 years ago
8bd0ae6
greybus: connection: make gb_connection_hd_find() private
by Alex Elder
· 9 years ago
0dac67c
greybus: svc: driver is basic to Greybus (not GP Bridge)
by Alex Elder
· 9 years ago
cf6b62d
greybus: Prefix module-id with endo id
by Viresh Kumar
· 9 years ago
4a04187
greybus: Generate greybus wide unique ids for endo devices
by Viresh Kumar
· 9 years ago
d7353ce
greybus: s/bundle_cport_id/intf_cport_id
by Viresh Kumar
· 9 years ago
4cfabf0
greybus: operation: Remove unused variable 'buffer'
by Viresh Kumar
· 9 years ago
62229a1
greybus: uart: Remove magic numbers make struct gb_tty variable names consistent
by Bryan O'Donoghue
· 9 years ago
1c08701
greybus: uart: Add gb_uart_request_recv for receiving async UART data
by Bryan O'Donoghue
· 9 years ago
dd1c64e
greybus: uart: kmalloc for send_data once only
by Bryan O'Donoghue
· 9 years ago
563bd79
greybus: uart: send_data should return size or error
by Bryan O'Donoghue
· 9 years ago
f95ad78
greybus: uart: Update uart.c to register tty ports
by Bryan O'Donoghue
· 9 years ago
f5537d4
greybus: uart: Reduce UART count from 255 to 16
by Bryan O'Donoghue
· 9 years ago
11fca14
greybus: uart: Tidy naming convention to more closely match spec
by Bryan O'Donoghue
· 9 years ago
4ef5348
greybus: uart: Move UART protocol structs/defines to greybus_protocols.h
by Bryan O'Donoghue
· 9 years ago
55f2291
greybus: uart: Fix the memory leak in connection init
by Phong Tran
· 9 years ago
3cb494c
greybus: endo: Add missing '\n' sprintf() for sysfs files
by Viresh Kumar
· 9 years ago
7ba864a
greybus: gpio: add irq-type defines
by Johan Hovold
· 9 years ago
4bf3780
greybus: gpio: remove unused debounce define
by Johan Hovold
· 9 years ago
e6cebf8
greybus: endo: delete "0xXXXX" portion in sysfs "endo" directory
by Alex Elder
· 9 years ago
312bb84
greybus: endo: drop redundant prefixes from sysfs basenames
by Alex Elder
· 9 years ago
28e3ced
greybus: update sysfs documentation files
by Alex Elder
· 9 years ago
b4dbf1e
greybus: add documentation for Endo sysfs files
by Alex Elder
· 9 years ago
df76422
greybus: audio: Remove the MODULE_LICENSE()
by Phong Tran
· 9 years ago
bcd8215
greybus: audio: Fix typo for macro I2S data version minor
by Phong Tran
· 9 years ago
012d7d4
greybus: greybus_protocols: fix guard tag
by Alex Elder
· 9 years ago
47bf0b4
greybus: gpio: update operation types
by Johan Hovold
· 9 years ago
23bd25a
greybus: Merge branch 'master' of github.com:gregkh/greybus
by Greg Kroah-Hartman
· 9 years ago
b61fa7b
greybus: svc: use macro for init and exit protocol
by Phong Tran
· 9 years ago
ea15a40
greybus: svc: Fix endian of hotplug request data
by Phong Tran
· 9 years ago
1409c4d
greybus: gpio: fix interrupt protocol
by Johan Hovold
· 9 years ago
25f11ed
greybus: gpio: fix atomic sleep when using interrupts
by Johan Hovold
· 9 years ago
0cb918d
greybus: gpio: rename irq mask and unmask callbacks
by Johan Hovold
· 9 years ago
ec76211
greybus: gpio: use irq-domain lookups
by Johan Hovold
· 9 years ago
2611ebe
greybus: gpio: don't call irq-flow handler directly
by Johan Hovold
· 9 years ago
b8e3ffe
greybus: gpio: remove unused irq-ack operation
by Johan Hovold
· 9 years ago
c8d1ad8
greybus: gpio: fix debugfs output
by Johan Hovold
· 9 years ago
1d771fe
greybus: operation: add support for incoming unidirectional operations
by Johan Hovold
· 9 years ago
d67a39a
greybus: Merge branch 'master' of github.com:gregkh/greybus
by Greg Kroah-Hartman
· 9 years ago
30c6d9d
greybus: introduce SVC protocol
by Alex Elder
· 9 years ago
4441f47
greybus: update copyrights
by Alex Elder
· 9 years ago
2de1a8b
greybus: add copyright statements
by Alex Elder
· 9 years ago
eb765e4
greybus: core: don't set up endo until host device is initialized
by Alex Elder
· 9 years ago
344943d
greybus: endo: record AP interface id
by Alex Elder
· 9 years ago
e45524f
greybus: endo: rework some attributes
by Alex Elder
· 9 years ago
8a76043
greybus: endo: encapsulate computing the max interface id
by Alex Elder
· 9 years ago
22e17ed
greybus: rename "gpbridge.h"
by Alex Elder
· 9 years ago
e9385e5
greybus: include "gpbridge.h" from "greybus.h"
by Alex Elder
· 9 years ago
8ea70fe
greybus: core: return error code when creating host device
by Alex Elder
· 9 years ago
6b7d5a1
greybus: core: return error code when creating endo
by Alex Elder
· 9 years ago
ee3ecf8
greybus: endo: pass endo_id to gb_endo_create()
by Alex Elder
· 9 years ago
a702a09
greybus: endo: rename gb_svc
by Alex Elder
· 9 years ago
0d17e0c
greybus: gb-audio: Set samples per message during init
by Mark A. Greer
· 9 years ago
6b34099
greybus: gb-audio: Set I2S Configuration according to ASOC requests
by Mark A. Greer
· 9 years ago
48229e5
greybus: gb-audio: Activate TX connection Bundle CPort ID
by Mark A. Greer
· 9 years ago
f9a4fee
greybus: gb-audio: Activate TX CPort in PCM workqueue
by Mark A. Greer
· 9 years ago
e803cf7
greybus: gb-audio: Remove useless comment
by Mark A. Greer
· 9 years ago
415b831
greybus: gb-audio: Add I2C device for rt5647 codec
by Mark A. Greer
· 9 years ago
827e27e
greybus: gb-audio: cpu_dai.fmt does not exist in v4.1
by Mark A. Greer
· 9 years ago
4c739e3
greybus: gb-audio: Fix DAI formats and master/slave settings
by Mark A. Greer
· 9 years ago
34aa7e1
greybus: gb-audio: Clean up codec name generation
by Mark A. Greer
· 9 years ago
555a064
greybus: gb-audio: Allocate space for 20 configurations
by Mark A. Greer
· 9 years ago
0e995aa
greybus: gb-audio: Set clock edges to match rt5647 codec requirements
by Mark A. Greer
· 9 years ago
8d346df
greybus: gpbridge: fix section mismatches
by Johan Hovold
· 9 years ago
d52b35f
greybus: operation: add helper to retrieve max payload size
by Johan Hovold
· 9 years ago
8e929a8
greybus: core: add lower-limit for host-device buffers
by Johan Hovold
· 9 years ago
c38cf10
greybus: operation: allow maximum-sized messages
by Johan Hovold
· 9 years ago
d933667
greybus: fix host-device buffer constraints
by Johan Hovold
· 9 years ago
Next »