aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-03-24greybus: es1: decimal modes are not what are wanted for debugfsGreg Kroah-Hartman1-2/+3
2015-03-24greybus: es1: struct file_operations needs to be constGreg Kroah-Hartman1-2/+2
2015-03-24greybus: es1: no need to check for NULL on debugfs_remove()Greg Kroah-Hartman1-4/+2
2015-03-24greybus: es1: use <linux/uaccess.h> and not <asm/uaccess.h>Greg Kroah-Hartman1-1/+1
2015-03-24greybus: es1: fix tiny whitespace issuesGreg Kroah-Hartman1-2/+2
2015-03-24greybus: es1: fix build warning for apb1_log_enable_writeGreg Kroah-Hartman1-1/+1
2015-03-24greybus: Dump log from APB1Alexandre Bailon1-0/+136
2015-03-24greybus: core: Don't initialize greybus if it is disabledViresh Kumar1-0/+3
2015-03-19greybus: gpio: add error messages to callbacks not propagating errorsJohan Hovold1-5/+18
2015-03-19greybus: gpio: refuse to set value of input pinsJohan Hovold1-3/+7
2015-03-19greybus: gpio: clean up line-state allocationJohan Hovold1-5/+2
2015-03-19greybus: gpio: use dev_err and dev_warnJohan Hovold1-20/+29
2015-03-19greybus: gpio: fix error handlingJohan Hovold1-35/+14
2015-03-19greybus: gpio: make gb_gpio_controller pointer naming consistentJohan Hovold1-43/+43
2015-03-19greybus: gpio: remove unnecessary explicit castJohan Hovold1-1/+1
2015-03-19greybus: gpio: remove overly defensive argument verificationJohan Hovold1-22/+0
2015-03-19greybus: gpio: remove redundant argument verificationJohan Hovold1-24/+0
2015-03-19greybus: gpio: remove incorrect todo commentsJohan Hovold1-2/+2
2015-03-19greybus: gpio: fix truncated debounce timesJohan Hovold1-2/+2
2015-03-19greybus: operation: remove unnecessary castJohan Hovold1-1/+1
2015-03-19greybus: operation: use dev_err in gb_operation_syncJohan Hovold1-4/+7
2015-03-19greybus: connection: replace custom error function with dev_errJohan Hovold5-36/+14
2015-03-19greybus: ap: clean up svc link management error pathJohan Hovold1-1/+3
2015-03-19greybus: ap: fix typo in commentJohan Hovold1-1/+1
2015-03-19greybus: ap: fix svc handshake protocol checkJohan Hovold1-2/+3
2015-03-19greybus: usb: silence compiler warningJohan Hovold1-3/+3
2015-03-19greybus: hid: don't support OUTPUT report over interrupt channelViresh Kumar1-26/+9
2015-03-19greybus: core: place module_{init|exit}() right below the routinesViresh Kumar1-2/+1
2015-03-19greybus: interface: remove double underscore from fn nameViresh Kumar1-1/+1
2015-03-19greybus: operation: Fix comment mistakeViresh Kumar1-1/+1
2015-03-19greybus: operation: s/status/result to match field nameViresh Kumar1-3/+3
2015-03-19greybus: Export greybus debugfs folderAlexandre Bailon2-0/+7
2015-03-17greybus: uart: remove packed-attribute from line-coding structJohan Hovold1-1/+1
2015-03-17greybus: pwm: fix config-request alignmentJohan Hovold1-2/+2
2015-03-17greybus: gpio: fix set-debounce request alignmentJohan Hovold1-1/+1
2015-03-17greybus: connection: fix oops after failed initJohan Hovold1-0/+4
2015-03-17greybus: vibrator: fix memory leak in error pathJohan Hovold1-2/+4
2015-03-17greybus: pwm: fix memory leak in error pathJohan Hovold1-1/+1
2015-03-16greybus: hid: add HID class driverViresh Kumar4-0/+576
2015-03-12greybus: gpb: Fix print mistakesViresh Kumar1-2/+2
2015-03-02greybus: connection: fix locking in gb_hd_connection_findJohan Hovold1-2/+3
2015-03-02greybus: gpio.c: fix a bad irq numberAlexandre Bailon1-1/+1
2015-03-02greybus: operation: fix locking issuesJohan Hovold1-10/+14
2015-03-02greybus: es2: fix USB id to not be the same as ES1Greg Kroah-Hartman1-2/+2
2015-02-17greybus: gpio: fix memory leaks at init and exitJohan Hovold1-3/+6
2015-02-17greybus: gpio: add interrupt handling supportMatt Porter1-12/+314
2015-02-14greybus: bundle: fix sleep-while-atomic in gb_bundle_destroyJohan Hovold1-2/+5
2015-02-12greybus: connection: fix non-atomic allocations under spin lockJohan Hovold1-1/+1
2015-02-03greybus: operation: add missing gb_operation_response_send() exportMatt Porter1-0/+1
2015-01-27greybus: spi:fix sparse warningsViresh Kumar1-3/+3