aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/power/mt6735
Commit message (Collapse)AuthorAgeFilesLines
* max77819: fix build without has_earlysuspendMister Oyster2018-11-301-40/+8
|
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2912-12/+12
| | | | | | | | | | | | | | 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>
* max77819: more logspam removalMister Oyster2017-09-232-0/+10
|
* max77819: remove log & dead code, fix indentMister Oyster2017-09-232-655/+456
|
* misc: replace __FUNCTION__ by __function__Moyster2017-09-231-2/+2
| | | | | result of : git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g'
* Security patchesfire8552017-04-161-0/+3
| | | | Signed-off-by: Mister Oyster <oysterized@gmail.com>
* mediatek: Update wifi & gps driverfire8552017-04-131-13/+13
| | | | | | | | | 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>
* first commitMeizu OpenSource2016-08-1530-0/+34356