aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mediatek: backport ram_console from N alps kernelMoyster2018-12-015-199/+545
* mediatek: battery: fix uV/mV batt_volMoyster2018-12-011-1/+1
* power: rebase meizu changes against stock battery_common.CMoyster2018-12-011-19/+20
* max77819: fix build without has_earlysuspendMister Oyster2018-11-301-40/+8
* misc: fix a few Wundef warningsMoyster2018-11-302-4/+4
* misc: fix a bunch of 'warning: backslash and newline separated by space'Moyster2018-11-303-41/+41
* smc91x: avoid self-comparison warningArnd Bergmann2018-11-301-1/+1
* mtd: blkdevs: fix switch-bool compilation warningTomer Barletz2018-11-301-6/+2
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-3013-15/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-29809-826/+826
* drivers: input: mouse: Use "static inline" instead of "inline" in "lifebook.h"demicro2018-11-291-3/+3
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2018-11-292-0/+2
* USB: core: only clean up what we allocatedAndrey Konovalov2018-11-291-3/+6
* driver: ltr559 fix defineMoyster2018-11-291-2/+2
* drivers: meizu: fix meizu-sensors.c (warning: type qualifiers ignored)Moyster2018-11-291-1/+1
* drivers: meizu: turn off meizu-sensors.c DEBUG flag (no more stupid pr_*/dev_...Moyster2018-11-291-2/+2
* GCC: Fix up for gcc 5+mydongistiny2018-11-2913-2/+15
* ANDROID: HID: debug: check length in hid_debug_events_read() before copy_to_u...Daniel Rosenberg2018-11-291-1/+7
* FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen2018-11-291-0/+55
* UPSTREAM: binder: replace "%p" with "%pK"Todd Kjos2018-11-291-4/+4
* UPSTREAM: binder: free memory on errorChristian Brauner2018-11-291-2/+6
* UPSTREAM: ANDROID: binder: change down_write to down_readMinchan Kim2018-11-292-4/+6
* UPSTREAM: ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR宋金时2018-11-291-0/+1
* UPSTREAM: ANDROID: binder: remove 32-bit binder interface.Martijn Coenen2018-11-292-18/+1
* UPSTREAM: ANDROID: binder: re-order some conditionsDan Carpenter2018-11-291-2/+2
* UPSTREAM: android: binder: use VM_ALLOC to get vm areaGanesh Mahendran2018-11-291-1/+1
* UPSTREAM: android: binder: Use true and false for boolean valuesGustavo A. R. Silva2018-11-291-3/+3
* UPSTREAM: android: binder: Use octal permissionsHarsh Shandilya2018-11-291-8/+8
* UPSTREAM: android: binder: Prefer __func__ to using hardcoded function nameElad Wexler2018-11-291-2/+2
* UPSTREAM: ANDROID: binder: make binder_alloc_new_buf_locked static and indent...Xiongwei Song2018-11-291-5/+6
* UPSTREAM: ANDROID: binder: prevent transactions into own process.Martijn Coenen2018-11-291-0/+8
* UPSTREAM: ANDROID: binder: remove WARN() for redundant txn errorTodd Kjos2018-11-291-2/+8
* UPSTREAM: ANDROID: binder: synchronize_rcu() when using POLLFREE.Martijn Coenen2018-11-291-0/+9
* UPSTREAM: ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen2018-11-291-0/+12
* wmt:fix an invalid condition checkdanielhk2018-11-271-1/+1
* Input: gtco - fix potential out-of-bound accessDmitry Torokhov2018-11-271-7/+10
* Security Patch: WLAN Gen2: Security Vulnerability Issue 72312071David Chu2018-11-272-2/+10
* Security Patch: fix ioctl vulnerability for WMT_IOCTL_SET_PATCH_INFODavid Chu2018-11-271-4/+5
* usb: replace %p with %pKManu Gautam2018-11-2797-599/+599
* mediatek: touchpanel: disable some configsfire8552018-05-162-10/+10
* Fix make cleanfire8552018-05-161-4/+0
* ANDROID: usb: gadget: function: Fix Coding StyleAnson Jacob2018-05-163-10/+10
* ANDROID: usb: gadget: function: Fix commenting styleAnson Jacob2018-05-161-7/+8
* ANDROID: usb: gadget: function: cleanup: Add blank line after declarationAnson Jacob2018-05-163-0/+6
* usb: gadget: cleanup: removing duplicate bulk out ep allocAnson Jacob2018-05-161-9/+0
* usb: gadget: add audio dependencies to USB_G_ANDROIDGreg Hackmann2018-05-161-0/+3
* USB: gadget: android: Integrate f_midi USB MIDI gadget driver part deuxMark Salyzyn2018-05-161-7/+7
* USB: gadget: android: Integrate f_midi USB MIDI gadget driverMike Lockwood2018-05-162-14/+90
* USB: gadget: f_audio_source: Rename symbols to avoid conflicts with f_midiMike Lockwood2018-05-161-45/+45
* USB: gadget: midi: Fix deadlock unbinding driver while it is in useMike Lockwood2018-05-161-1/+1