summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max8997-irq.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-28staging: rtl8723bs: Add missing curly braces on else statement.Quytelda Kahja1-1/+2
2018-06-28staging: rtl8723bs: Merge workaround conditionals into single else-if.Quytelda Kahja1-6/+3
2018-06-28staging: rtl8723bs: Merge conditionals with similar bodies.Quytelda Kahja1-6/+2
2018-06-28staging: rtl8723bs: Fix spelling mistake in comment.Quytelda Kahja1-1/+1
2018-06-28staging: rtl8723bs: Move bandwidth index lookup to new function.Quytelda Kahja1-9/+17
2018-06-28staging: rtl8723bs: Move rate section index lookup to new function.Quytelda Kahja1-62/+47
2018-06-28staging: rtl8723bs: Remove empty else-if conditional.Quytelda Kahja1-3/+0
2018-06-28staging: rtl8723bs: Combine if statements with equivalent body.Quytelda Kahja1-5/+1
2018-06-28staging: rtl8723bs: Fix camel-case names in phy_get_tx_pwr_lmt().Quytelda Kahja1-95/+105
2018-06-28staging: rtl8723bs: Rename PHY_GetTxPowerLimit().Quytelda Kahja3-5/+5
2018-06-28staging: rtl8723bs: Clean up whitespace in 'PHY_GetTxPowerLimit()'.Quytelda Kahja1-51/+59
2018-06-28staging: pi433: cleanup comments in rf69.hValentin Vidic1-4/+5
2018-06-28staging: pi433: add SPDX-License-Identifier tagValentin Vidic6-4/+10
2018-06-28staging: pi433: replace simple switch statementsValentin Vidic1-140/+93
2018-06-28staging: pi433: fix race condition in pi433_openHugo Lefeuvre1-29/+12
2018-06-28staging: android/vsoc: stop using 'timespec'Arnd Bergmann1-6/+5
2018-06-28staging: android: ashmem: Fix mmap size validationAlistair Strachan1-0/+6
2018-06-28staging: android: ashmem: Remove use of unlikely()Alistair Strachan1-17/+17
2018-06-28staging: wilc1000: updated TODO fileAjay Singh1-5/+0
2018-06-28staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh1-3/+9
2018-06-28staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh1-3/+3
2018-06-28staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh1-4/+0
2018-06-28staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh1-3/+0
2018-06-28staging: wilc1000: handle freeing of key data in wep add keyAjay Singh1-7/+0
2018-06-28staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()Ajay Singh1-48/+42
2018-06-28staging: wilc1000: remove 'hif_thread_comp' completionsAjay Singh1-35/+0
2018-06-28staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh3-133/+132
2018-06-28staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()Ajay Singh1-399/+544
2018-06-28staging: wilc1000: remove unused marco related to HIF commandsAjay Singh1-36/+0
2018-06-28staging: wilc1000: remove host_if_work() to handle TODO list issueAjay Singh1-296/+278
2018-06-28staging: wilc1000: Use common structs to parse ip packetsThibaut Robert1-28/+15
2018-06-28staging: mt7621-gpio: avoid use banks in device treeSergio Paracuellos4-90/+31
2018-06-28staging: mt7621-gpio: update Kconfig with SoC detailsSergio Paracuellos1-2/+2
2018-06-28staging: mt7621-gpio: avoid long line in a commentSergio Paracuellos1-2/+3
2018-06-28staging: mt7621-gpio: set different names for each gpio_chip and irq_chipSergio Paracuellos1-2/+12
2018-06-28staging: mt7621-gpio: avoid one level indentation in interrupt handlerSergio Paracuellos1-7/+5
2018-06-28staging: mt7621-gpio: avoid to set up irqs if not defined in dtsSergio Paracuellos1-20/+22
2018-06-28staging: mt7621-gpio: avoid check for NULL in 'to_mediatek_gpio' callsSergio Paracuellos1-9/+0
2018-06-28staging: mt7621-gpio: align indentation for all definesSergio Paracuellos1-2/+2
2018-06-28staging: mt7621-gpio: update kerneldoc for state containersSergio Paracuellos1-12/+3
2018-06-28staging: mt7621-gpio: remove no more necessary PIN_MASK macroSergio Paracuellos1-10/+9
2018-06-28staging: mt7621-gpio: avoid custom irq_domain for gpioSergio Paracuellos2-141/+81
2018-06-28staging: mt7621-gpio: implement high level and low level irqsSergio Paracuellos1-10/+37
2018-06-28staging: mt7621-gpio: add kerneldoc for state data containersSergio Paracuellos1-0/+18
2018-06-28staging: mt7621-gpio: add COMPILE_TESTSergio Paracuellos1-1/+1
2018-06-28staging: mt7621-gpio: implement '.irq_[request|release]_resources' functionsSergio Paracuellos1-5/+37
2018-06-28staging: mt7621-gpio: make use of 'builtin_platform_driver'Sergio Paracuellos1-1/+1
2018-06-28staging: mt7621-gpio: avoid including 'gpio.h'Sergio Paracuellos1-1/+0
2018-06-28staging: mt7621-gpio: make use 'bgpio_init' from GPIO_GENERICSergio Paracuellos2-95/+42
2018-06-28staging: mt7621-eth: Use eth_hw_addr_random()Kamal Heib1-2/+1