platform/kernel/linux-rpi.git
2014-09-14 Greg Kroah... greybus: es1: functionally complete
2014-09-14 Greg Kroah... greybus: core: verify major/minor number of greybus...
2014-09-14 Greg Kroah... greybus: uart-gb: let the core dynamically allocate...
2014-09-13 Greg Kroah... greybus: tty driver fixes to get init working properly
2014-09-13 Greg Kroah... greybus: es1 endpoint descriptor: minor fixes to get...
2014-09-13 Greg Kroah... greybus: Makefile: add 'check' option to run sparse...
2014-09-13 Greg Kroah... greybus: ap: cleanup of process ap message loop
2014-09-13 Greg Kroah... greybus: ap: convert to workqueue from thread
2014-09-13 Greg Kroah... greybus: es1: handle cport data in and out
2014-09-13 Greg Kroah... greybus: es1: allocate cport out urbs properly
2014-09-13 Greg Kroah... greybus: es1: add the start of cport urb handling.
2014-09-13 Greg Kroah... greybus: AP: move a bunch of svc message handling logic...
2014-09-11 Greg Kroah... greybus: Merge branch 'master' of github.com:gregkh...
2014-09-11 Greg Kroah... greybus: Fix build errors on older kernels.
2014-09-11 Greg Kroah... greybus: fix endian issue in sysfs.c
2014-09-10 Greg Kroah... greybus: pass appropriate type to create function
2014-09-09 Alex Eldergreybus: fix manifest parsing size bug
2014-09-09 Alex Eldergreybus: validate descriptor sizes
2014-09-09 Alex Eldergreybus: interpret descriptor type properly
2014-09-09 Alex Eldergreybus: call put_device() on error
2014-09-09 Alex Eldergreybus: define struct greybus_manifest
2014-09-09 Alex Eldergreybus: switch to the term "manifest"
2014-09-09 Greg Kroah... greybus: es1: forgot to free our urb on disconnect
2014-09-09 Greg Kroah... greybus: es1: finialized USB device structure
2014-09-09 Greg Kroah... greybus: es1_ap_desc.c: updated ES1 USB device descriptor
2014-09-07 Greg Kroah... greybus: minor whitespace cleanups to make checkpatch...
2014-09-07 Greg Kroah... greybus: battery FIXME added
2014-09-07 Greg Kroah... greybus: add battery module
2014-09-07 Greg Kroah... greybus: first cut at parsing svc messages sent to...
2014-09-07 Greg Kroah... greybus: more hd work
2014-09-06 Greg Kroah... greybus: host controller additions
2014-09-06 Greg Kroah... greybus: add es1_ap_desc.c to describe the ES1 USB...
2014-09-06 Greg Kroah... greybus: 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... greybus: add proper packing to all greybus message...
2014-09-02 Greg Kroah... greybus: minor checkpatch cleanups
2014-09-02 Greg Kroah... greybus: split sysfs functions out to separate file.
2014-09-02 Greg Kroah... greybus: greybus_string()
2014-09-02 Greg Kroah... greybus: module id attributes
2014-09-02 Greg Kroah... greybus: serial number attribute added
2014-09-02 Greg Kroah... greybus: sysfs attributes for functions and more driver...
2014-09-01 Greg Kroah... greybus: start parsing descriptor fields
2014-09-01 Greg Kroah... greybus: start parsing descriptor structures
2014-09-01 Greg Kroah... greybus: export gb_new_ap_msg so that the es1 module...
2014-09-01 Greg Kroah... greybus: turn off warnings for es1-ap-usb.c to make...
2014-09-01 Greg Kroah... greybus: get field names right for descriptors
2014-09-01 Greg Kroah... greybus: s/greybus_device_id/greybus_module_id/g
2014-09-01 Greg Kroah... greybus: more changes due to name changes in the greybu...
2014-09-01 Greg Kroah... greybus: greybus.h: tiny movement around
2014-09-01 Greg Kroah... greybus: header file s/u8/__u8/g
2014-09-01 Greg Kroah... greybus: greybus_desc.h created
2014-09-01 Greg Kroah... greybus: split svc msg out into separate header file
2014-09-01 Greg Kroah... greybus: more structure definitions added
2014-08-31 Greg Kroah... greybus: structures added
2014-08-31 Greg Kroah... greybus: ap message loop added.
2014-08-31 Greg Kroah... greybus: register the bus with the driver core and...
2014-08-31 Greg Kroah... greybus: es1-ap-usb: more init framework added.
2014-08-31 Greg Kroah... greybus: first framework for the es1 ap controller
2014-08-31 Greg Kroah... greybus: actually get the devm() change to build...
2014-08-31 Greg Kroah... greybus: can't use devm anymore, we aren't tieing into...
2014-08-31 Greg Kroah... greybus: initial framework for ES1 usb AP driver
2014-08-30 Greg Kroah... greybus: uart: tie into gb core properly
2014-08-30 Greg Kroah... greybus: sdio: tie into gb core properly
2014-08-30 Greg Kroah... greybus: gpio: tie into gb core properly
2014-08-30 Greg Kroah... greybus: i2c: use same naming convention everywhere
2014-08-30 Greg Kroah... greybus: i2c: tie to the proper place on the greybus_device
2014-08-30 Greg Kroah... greybus: hook up sdio, gpio, and tty into the greybus...
2014-08-30 Greg Kroah... greybus: static module_init/exit functions
2014-08-30 Greg Kroah... greybus: 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... greybus: uart-gb: now builds, more framework added
2014-08-15 Greg Kroah... greybus: more uart work
2014-08-15 Greg Kroah... greybus: uart-gb: more work on tty functions
2014-08-15 Greg Kroah... greybus: uart framework added, doesn't build
2014-08-12 Greg Kroah... greybus: gpio-gb.c: it now builds properly
2014-08-12 Greg Kroah... greybus: gpio driver
2014-08-11 Greg Kroah... greybus: add framework for 'struct gbuf'
2014-08-11 Greg Kroah... greybus: Greybus SD/MMC host driver
2014-08-11 Greg Kroah... greybus: greybus.h: tiny coding style cleanups
2014-08-11 Greg Kroah... greybus: i2c-gb: actually add the i2c adapter properly...
2014-08-11 Greg Kroah... greybus: update README with info on how to build and...
2014-08-11 Greg Kroah... greybus: README and .gitignore updates
2014-08-11 Greg Kroah... greybus: Import most recent greybus code to new repo.
2014-08-11 Greg Kroah... greybus: Initial commit