OSDN Git Service

uclinux-h8/linux.git
2015-05-28 Johan Hovoldgreybus: gpio: add irq-type defines
2015-05-28 Johan Hovoldgreybus: gpio: remove unused debounce define
2015-05-28 Alex Eldergreybus: endo: delete "0xXXXX" portion in sysfs "endo...
2015-05-28 Alex Eldergreybus: endo: drop redundant prefixes from sysfs basenames
2015-05-28 Alex Eldergreybus: update sysfs documentation files
2015-05-28 Alex Eldergreybus: add documentation for Endo sysfs files
2015-05-28 Phong Trangreybus: audio: Remove the MODULE_LICENSE()
2015-05-28 Phong Trangreybus: audio: Fix typo for macro I2S data version...
2015-05-28 Alex Eldergreybus: greybus_protocols: fix guard tag
2015-05-28 Johan Hovoldgreybus: gpio: update operation types
2015-05-28 Greg Kroah... greybus: Merge branch 'master' of github.com:gregkh...
2015-05-28 Phong Trangreybus: svc: use macro for init and exit protocol
2015-05-28 Phong Trangreybus: svc: Fix endian of hotplug request data
2015-05-26 Johan Hovoldgreybus: gpio: fix interrupt protocol
2015-05-26 Johan Hovoldgreybus: gpio: fix atomic sleep when using interrupts
2015-05-26 Johan Hovoldgreybus: gpio: rename irq mask and unmask callbacks
2015-05-26 Johan Hovoldgreybus: gpio: use irq-domain lookups
2015-05-26 Johan Hovoldgreybus: gpio: don't call irq-flow handler directly
2015-05-26 Johan Hovoldgreybus: gpio: remove unused irq-ack operation
2015-05-26 Johan Hovoldgreybus: gpio: fix debugfs output
2015-05-26 Johan Hovoldgreybus: operation: add support for incoming unidirecti...
2015-05-26 Greg Kroah... greybus: Merge branch 'master' of github.com:gregkh...
2015-05-23 Alex Eldergreybus: introduce SVC protocol
2015-05-23 Alex Eldergreybus: update copyrights
2015-05-23 Alex Eldergreybus: add copyright statements
2015-05-23 Alex Eldergreybus: core: don't set up endo until host device...
2015-05-23 Alex Eldergreybus: endo: record AP interface id
2015-05-23 Alex Eldergreybus: endo: rework some attributes
2015-05-23 Alex Eldergreybus: endo: encapsulate computing the max interface id
2015-05-23 Alex Eldergreybus: rename "gpbridge.h"
2015-05-23 Alex Eldergreybus: include "gpbridge.h" from "greybus.h"
2015-05-23 Alex Eldergreybus: core: return error code when creating host...
2015-05-23 Alex Eldergreybus: core: return error code when creating endo
2015-05-23 Alex Eldergreybus: endo: pass endo_id to gb_endo_create()
2015-05-23 Alex Eldergreybus: endo: rename gb_svc
2015-05-23 Mark A. Greergreybus: gb-audio: Set samples per message during init
2015-05-23 Mark A. Greergreybus: gb-audio: Set I2S Configuration according...
2015-05-23 Mark A. Greergreybus: gb-audio: Activate TX connection Bundle CPort ID
2015-05-23 Mark A. Greergreybus: gb-audio: Activate TX CPort in PCM workqueue
2015-05-23 Mark A. Greergreybus: gb-audio: Remove useless comment
2015-05-23 Mark A. Greergreybus: gb-audio: Add I2C device for rt5647 codec
2015-05-23 Mark A. Greergreybus: gb-audio: cpu_dai.fmt does not exist in v4.1
2015-05-23 Mark A. Greergreybus: gb-audio: Fix DAI formats and master/slave...
2015-05-23 Mark A. Greergreybus: gb-audio: Clean up codec name generation
2015-05-23 Mark A. Greergreybus: gb-audio: Allocate space for 20 configurations
2015-05-23 Mark A. Greergreybus: gb-audio: Set clock edges to match rt5647...
2015-05-23 Johan Hovoldgreybus: gpbridge: fix section mismatches
2015-05-21 Johan Hovoldgreybus: operation: add helper to retrieve max payload...
2015-05-21 Johan Hovoldgreybus: core: add lower-limit for host-device buffers
2015-05-21 Johan Hovoldgreybus: operation: allow maximum-sized messages
2015-05-21 Johan Hovoldgreybus: fix host-device buffer constraints
2015-05-21 Johan Hovoldgreybus: remove unused prototypes from header
2015-05-21 Johan Hovoldgreybus: remove unnecessary greybus.h includes
2015-05-21 Viresh Kumargreybus: Use gb_gpbridge_protocol_init()
2015-05-21 Viresh Kumargreybus: protocol: Add gb_gpbridge_protocol_driver()
2015-05-21 Viresh Kumargreybus: gpbridge: rename gpb.c to gpbridge.c
2015-05-21 Viresh Kumargreybus: raw: move module_{init|exit} to the end of...
2015-05-21 Viresh Kumargreybus: module: name routines consistently
2015-05-21 Viresh Kumargreybus: interface: name routines consistently
2015-05-21 Viresh Kumargreybus: endo: name routines consistently
2015-05-21 Viresh Kumargreybus: connection: name routines consistently
2015-05-21 Viresh Kumargreybus: protocol: remove leading underscore from _gb_p...
2015-05-21 Viresh Kumargreybus: spi: Move structure definitions into gpbridge.h
2015-05-21 Viresh Kumargreybus: gpio: fix tab/space mistake
2015-05-21 Viresh Kumargreybus: raw: include uaccess.h to fix warning
2015-05-19 Greg Kroah... greybus: raw: add raw greybus kernel driver
2015-05-14 Greg Kroah... greybus: connection: remove lock around ida_simple_...
2015-05-14 Greg Kroah... greybus: vibrator: convert idr to be an ida
2015-05-14 Phong Trangreybus: loopback: add more clean up when init connecti...
2015-05-14 Rui Miguel... greybus: make: check kernel configuration options
2015-05-12 Alex Eldergreybus: loopback: support module-initiated requests
2015-05-12 Alex Eldergreybus: loopback: define loopback functions symbolically
2015-05-12 Alex Eldergreybus: loopback: symbolically define max wait time
2015-05-12 Alex Eldergreybus: loopback: fix an incorrect comment
2015-05-12 Alex Eldergreybus: loopback: return the right error value
2015-05-12 Alex Eldergreybus: loopback: fix the type attribute check
2015-05-12 Greg Kroah... greybus: audio: fix a bunch of endian issues
2015-05-12 Greg Kroah... greybus: audio: fix some sparse static warnings
2015-05-11 Rui Miguel... greybus: manifest: be coherent with protocol name
2015-05-11 Viresh Kumargreybus: endo: Create modules after validating Endo ID
2015-05-11 Viresh Kumargreybus: endo: Add code to validate Endo ID
2015-05-11 Greg Kroah... greybus: gb-audio: fix build breakage on 4.1-rc1
2015-05-11 Greg Kroah... greybus: gb-audio: fix build warning
2015-05-08 Bryan O'Donoghuegreybus: Support building greybus on host PC
2015-05-08 John Stultzgreybus: gb-audio: Add integrated greybus audio driver
2015-05-07 Alex Eldergreybus: eliminate extra response flag definitions
2015-05-07 Alex Eldergreybus: battery: use feature tag rather than kernel...
2015-05-07 Alex Eldergreybus: battery: free struct on error in caller
2015-05-05 Rob Herringgreybus: es2: fix driver name collision with es1
2015-05-05 Greg Kroah... greybus: protocol.h: fix up long lines in define_get_ve...
2015-05-05 Greg Kroah... greybus: protocol.h: macros should not have a trailing ';'
2015-05-05 Greg Kroah... greybus: kernel_ver.h: add a blank line after a variabl...
2015-05-05 Greg Kroah... greybus: kernel_ver.h: add a ' ' character to KERNEL_VE...
2015-05-05 Greg Kroah... greybus: kernel_ver.h: fix leading space coding style...
2015-05-05 Greg Kroah... greybus: battery: update for 4.1 power supply api changes
2015-05-01 Viresh Kumargreybus: Move id-field before bundle-field in CPort...
2015-05-01 Viresh Kumargreybus: Explicitly add pad-bytes to manifest descriptors
2015-05-01 Viresh Kumargreybus: Remove class descriptor
2015-05-01 Viresh Kumargreybus: manifest: drop interface-version field
2015-05-01 Viresh Kumargreybus: manifest: Remove vendor, product and unique...
next