aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-18staging: mfd: hi6421-spmi-pmic: cleanup the codeMauro Carvalho Chehab1-84/+67
2020-08-18staging: mfd: hi6421-spmi-pmic: add it to the building systemMauro Carvalho Chehab2-1/+19
2020-08-18staging: mfd: hi6421-spmi-pmic: fix some coding style issuesMauro Carvalho Chehab1-2/+2
2020-08-18staging: mfd: hi6421-spmi-pmic: change namespace on its functionsMauro Carvalho Chehab1-46/+51
2020-08-18staging: mfd: hi6421-spmi-pmic: cleanup OF propertiesMauro Carvalho Chehab1-8/+8
2020-08-18staging: mfd: hi6421-spmi-pmic: get rid of unused OF propertiesMauro Carvalho Chehab1-141/+4
2020-08-18staging: mfd: hi6421-spmi-pmic: change the binding logicMauro Carvalho Chehab1-55/+29
2020-08-18staging: mfd: hi6421-spmi-pmic: get rid of the static varsMauro Carvalho Chehab1-132/+92
2020-08-18staging: mfd: hi6421-spmi-pmic: deal with non-static functionsMauro Carvalho Chehab1-123/+24
2020-08-18staging: mfd: hi6421-spmi-pmic: get rid of unused codeMauro Carvalho Chehab1-63/+0
2020-08-18staging: mfd: add a PMIC driver for HiSilicon 6421 SPMI versionMayulong1-0/+759
2020-08-18staging: spmi: hisi-spmi-controller: do some code cleanupsMauro Carvalho Chehab1-89/+61
2020-08-18staging: spmi: hisi-spmi-controller: add it to the building systemMauro Carvalho Chehab4-0/+16
2020-08-18staging: spmi: hisi-spmi-controller: fix the dev_foo() logicMauro Carvalho Chehab1-20/+21
2020-08-18staging: spmi: hisi-spmi-controller: add debug when values are read/writeMauro Carvalho Chehab1-3/+12
2020-08-18staging: spmi: hisi-spmi-controller: use le32 macros where neededMauro Carvalho Chehab1-13/+7
2020-08-18staging: spmi: hisi-spmi-controller: adjust whitespaces at definesMauro Carvalho Chehab1-12/+14
2020-08-18staging: spmi: hisi-spmi-controller: fix a typoMauro Carvalho Chehab1-1/+1
2020-08-18staging: spmi: hisi-spmi-controller: fix it to probe successfullyMauro Carvalho Chehab1-4/+7
2020-08-18staging: spmi: hisi-spmi-controller: coding style fixupMauro Carvalho Chehab1-97/+82
2020-08-18staging: spmi: add Hikey 970 SPMI controller driverMayulong1-0/+390
2020-08-18staging: emxx_udc: Use standard BIT() macroAlex Dewar1-245/+211
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King8-11/+11
2020-08-18staging: rtl8723bs: remove 5 GHz codeMichael Straube1-14/+1
2020-08-18staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-08-18staging: r8188eu: remove unnecessary type cast of rtw_netdev_priv() resultIvan Safonov6-58/+58
2020-08-18staging: greybus: Add identifier name to function definition argumentAsif Talybov1-2/+2
2020-08-18Staging: comedi: pcl726: fixed a spelling mistakeLokesh Chebrolu1-1/+1
2020-08-18staging: wlan-ng: Remove repeated words in commentsIgor Matheus Andrade Torrente2-3/+3
2020-08-18staging: most: dim2: Add missing identifier name to function argumentNĂ­colas F. R. A. Prado1-3/+3
2020-08-18staging: rtl8723bs: os_dep: fix brace coding style issue in sdio_intf.cMohammed Rushad1-2/+1
2020-08-18staging: wfx: clear alignment style issuesTomer Samara1-1/+1
2020-08-18Staging: rtl8192e: fix indent coding style issue in rtllib_tx.cMohammed Rushad1-1/+1
2020-08-18staging: rtl8723bs: replace rtw_netdev_priv define with inline functionIvan Safonov1-2/+6
2020-08-18staging: ion: fix spelling mistake in function name "detatch" -> "detach"Colin Ian King1-3/+3
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds6-64/+44
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds1-2/+0
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+47
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-86/+115
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-67/+184
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds57-431/+1232
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-35/+16
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2-2/+2
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)2-7/+3
2020-08-14input: i8042 - Remove special Cayman handlingGeert Uytterhoeven1-2/+0
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-97/+164