]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers/staging/greybus/uart-gb.c
greybus: Random spell fixes
[karo-tx-linux.git] / drivers / staging / greybus / uart-gb.c
2014-11-21 Viresh Kumargreybus: Random spell fixes
2014-11-21 Alex Eldergreybus: dynamically allocate requests and responses
2014-11-20 Greg Kroah-Hartmangreybus: uart-gb: fix up typo from previous patch movin...
2014-11-20 Alex Eldergreybus: remove status from all responses
2014-11-20 Alex Eldergreybus: get rid of uart request_operation()
2014-11-20 Greg Kroah-Hartmangreybus: uart-gb: handle throttle/unthrottle properly
2014-11-20 Alex Eldergreybus: fix uart request_operation()
2014-11-18 Greg Kroah-Hartmangreybus: Merge branch 'master' into vibrator-gb
2014-11-18 Alex Eldergreybus: define struct gb_message
2014-11-17 Greg Kroah-Hartmangreybus: uart: handle NULL size requests in request_ope...
2014-11-16 Greg Kroah-Hartmangreybus: Greybus UART connection driver
2014-11-05 Alex Eldergreybus: add an incoming request receive method
2014-11-05 Alex Eldergreybus: move methods into protocol
2014-11-05 Alex Eldergreybus: register preallocated protocols
2014-10-28 Greg Kroah-Hartmangreybus: Remove id_table usages
2014-10-28 Greg Kroah-Hartmangreybus: Merge branch 'master' into driver_model_rework
2014-10-28 Greg Kroah-Hartmangreybus: uart-gb: mark some functions static
2014-10-28 Alex Eldergreybus: begin abstracting connection operations
2014-10-27 Greg Kroah-Hartmangreybus: uart-gb: remove global init functions
2014-10-27 Greg Kroah-Hartmangreybus: uart-gb: convert over to the connection interface
2014-10-03 Alex Eldergreybus: isolate greybus module code
2014-10-01 Alex Eldergreybus: kill struct gmod_cport
2014-09-30 Alex Eldergreybus: some more renames
2014-09-23 Alex Eldergreybus: rename struct greybus_device
2014-09-23 Alex Eldergreybus: simple fixes
2014-09-14 Greg Kroah-Hartmangreybus: uart-gb: let the core dynamically allocate...
2014-09-13 Greg Kroah-Hartmangreybus: tty driver fixes to get init working properly
2014-09-06 Greg Kroah-Hartmangreybus: uart-gb: remove unneeded THIS_MODULE setting
2014-09-06 Marti Bolivargreybus: uart-gb.c: dynamically allocate device numbers
2014-09-06 Marti Bolivargreybus: uart-gb.c: replace alloc_tty_driver with tty_a...
2014-09-02 Greg Kroah-Hartmangreybus: minor checkpatch cleanups
2014-09-01 Greg Kroah-Hartmangreybus: s/greybus_device_id/greybus_module_id/g
2014-08-31 Greg Kroah-Hartmangreybus: actually get the devm() change to build...
2014-08-31 Greg Kroah-Hartmangreybus: can't use devm anymore, we aren't tieing into...
2014-08-30 Greg Kroah-Hartmangreybus: uart: tie into gb core properly
2014-08-30 Greg Kroah-Hartmangreybus: hook up sdio, gpio, and tty into the greybus...
2014-08-30 Greg Kroah-Hartmangreybus: start moving the function types into the greyb...
2014-08-19 Alex Eldergreybus: uart-gb: a few minor bug fixes
2014-08-19 Alex Eldergreybus: uart-gb: improve minor device number error...
2014-08-15 Greg Kroah-Hartmangreybus: uart-gb: now builds, more framework added
2014-08-15 Greg Kroah-Hartmangreybus: more uart work
2014-08-15 Greg Kroah-Hartmangreybus: uart-gb: more work on tty functions
2014-08-15 Greg Kroah-Hartmangreybus: uart framework added, doesn't build