summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-28staging: mt7621-eth: Fix memory leak in mtk_add_mac() error pathKamal Heib1-3/+10
2018-06-28staging: mt7621-dts: Fix remaining pcie warningsRosen Penev2-12/+11
2018-06-28staging: mt7621-mmc: Find response of SD_APP_OP_COND by defaultChristian Lütke-Stetzkamp1-3/+1
2018-06-28staging: mt7621-mmc: Find response of MMC_SEND_OP_COND by defaultChristian Lütke-Stetzkamp1-1/+1
2018-06-28staging: mt7621-mmc: Factor out from msdc_command_start()Christian Lütke-Stetzkamp1-15/+25
2018-06-28staging: mt7621-mmc: Remove unused argument from msdc_do_commandChristian Lütke-Stetzkamp1-3/+2
2018-06-28staging: mt7621-mmc: Remove unused macro is_card_presentChristian Lütke-Stetzkamp1-4/+0
2018-06-28staging: mt7621-mmc: Remove unused define MAX_PHY_SGMTSChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused enum msdc_modeChristian Lütke-Stetzkamp1-6/+0
2018-06-28staging: mt7621-mmc: Remove unused define IRQ_SDCChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused define RALINK_MSDC_BASEChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Cleanup source of base address for ioChristian Lütke-Stetzkamp2-303/+236
2018-06-28staging: mt7621-mmc: Remove MSDC_MODE_* definesChristian Lütke-Stetzkamp1-7/+0
2018-06-28staging: mt7621-mmc: Remove unused variable from msdc_tune_requestChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused macro MAX_BD_PER_GPDChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_retryChristian Lütke-Stetzkamp1-13/+0
2018-06-28staging: mt7621-mmc: Make msdc_clr_fifo a function and relax cpuChristian Lütke-Stetzkamp1-13/+15
2018-06-28staging: mt7621-mmc: Remove unnecessary BUG_ON() in msdc_dma_setupChristian Lütke-Stetzkamp1-3/+0