aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/mach/mt6735/include
Commit message (Collapse)AuthorAgeFilesLines
* misc: fix a bunch of 'warning: backslash and newline separated by space'Moyster2018-11-301-34/+34
|
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
| | | | | | | | | | | | | | This was entirely automated, using the script by Al: PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>' sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \ $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h) to do the replacement at the end of the merge window. Requested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Moyster <oysterized@gmail.com>
* don't make cpu hotplug run too frequentlyDidntRead2018-01-031-1/+1
|
* tune core online/offline statagewangwang12017-12-181-3/+3
| | | | | Change-Id: I3b69e1de05c4f1035c3c47e1075185795fd2ac24 Signed-off-by: Mister Oyster <oysterized@gmail.com>
* drivers: mtk: move to /vendor/etc/firmwareMister Oyster2017-12-081-4/+4
| | | | | | partially revert moving wifi to vendor/firmware : https://github.com/Moyster/android_kernel_m2note/commit/7bafe483fbd70668252f724ec04fa950fec4db3f
* SMI: multimedia: Update from SonyCesar2017-11-201-2/+3
| | | | | | this was already on MM -Lenovo- Signed-off-by: Moyster <oysterized@gmail.com>
* mtk: devinfo: update from NMister Oyster2017-09-301-9/+14
|
* misc: replace __FUNCTION__ by __function__Moyster2017-09-235-9/+9
| | | | | result of : git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g'
* mediatek: Update wifi & gps driverfire8552017-04-134-84/+91
| | | | | | | | | Drivers from 3.18 MM kernel Improves wifi connecting speed adapted for m2 note: no ant, no fm driver Signed-off-by: Mister Oyster <oysterized@gmail.com>
* Update m4u, smi and gud driversfire8552017-04-112-185/+240
| | | | Backported from 3.18 MM kernel
* first commitMeizu OpenSource2016-08-15162-0/+41638