summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* staging: wimax/i2400m: fix pointer declaration styleAnirudh Rayabharam2021-01-311-2/+2
* staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef landCoiby Xu2021-01-295-782/+1
* staging: qlge: remove mpi_core_to_log which sends coredump to the kernel ring...Coiby Xu2021-01-296-25/+0
* staging: qlge: support force_coredump option for devlink health dumpCoiby Xu2021-01-291-0/+13
* staging: qlge: coredump via devlink health reporterCoiby Xu2021-01-291-6/+126
* staging: qlge: re-write qlge_init_deviceCoiby Xu2021-01-291-12/+20
* staging: qlge: Initialize devlink health dump frameworkCoiby Xu2021-01-297-66/+151
* staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic...Coiby Xu2021-01-296-1572/+1567
* staging: vc4_services: bcm2835-audio: Add SNDRV_PCM_INFO_BATCH flagDylan Van Assche2021-01-291-2/+2
* staging: net: wimax: i2400m: fw: remove redundant initialization of variable ...Colin Ian King2021-01-291-1/+1
* staging: hikey9xx: hi6421-spmi-pmic: simplify includesMauro Carvalho Chehab2021-01-261-8/+0
* staging: hikey9xx: hi6421-spmi-pmic: update copyrightMauro Carvalho Chehab2021-01-261-17/+7
* staging: hikey9xx: hisilicon, hi6421-spmi-pmic.yaml: cleanup a warningMauro Carvalho Chehab2021-01-261-0/+2
* staging: hikey9xx: hi6421v600-regulator: fix get_optimum_modeMauro Carvalho Chehab2021-01-261-1/+1
* staging: hikey9xx: hi6421v600-regulator: cleanup commentsMauro Carvalho Chehab2021-01-261-16/+11
* staging: hikey9xx: hi6421v600-regulator: fix delay logicMauro Carvalho Chehab2021-01-261-2/+3
* staging: hikey9xx: hi6421v600-regulator: update copyrightMauro Carvalho Chehab2021-01-261-9/+1
* staging: hikey9xx: hi6421v600-regulator: do some cleanupsMauro Carvalho Chehab2021-01-261-22/+15
* staging: hikey9xx: hi6421v600-regulator: get rid of an static dataMauro Carvalho Chehab2021-01-261-4/+6
* staging: hikey9xx: hi6421v600-regulator: cleanup debug msgsMauro Carvalho Chehab2021-01-261-43/+4
* staging: hikey9xx: hi6421v600-regulator: move LDO config from DTMauro Carvalho Chehab2021-01-261-227/+152
* staging: hikey9xx: hi6421v600-regulator: do some cleanupsMauro Carvalho Chehab2021-01-261-27/+16
* staging: hikey9xx: hisilicon, hi6421-spmi-pmic.yaml: simplify propsMauro Carvalho Chehab2021-01-261-66/+40
* staging: hikey9xx: hisilicon, hisi-spmi-controller.yaml fix bindingsMauro Carvalho Chehab2021-01-261-3/+16
* staging: hikey9xx: phy-hi3670-usb3.yaml: add a blank lineMauro Carvalho Chehab2021-01-261-0/+1
* staging: hikey9xx: phy-hi3670-usb3: hi3670_is_abbclk_seleted() returns boolMauro Carvalho Chehab2021-01-261-7/+7
* staging: hikey9xx: phy-hi3670-usb3: adjust retry logicMauro Carvalho Chehab2021-01-261-1/+3
* staging: hikey9xx: phy-hi3670-usb3: use bitfield macrosMauro Carvalho Chehab2021-01-261-33/+28
* staging: comedi: adv_pci_dio: Support falling edge triggersIan Abbott2021-01-261-2/+18
* staging: comedi: adv_pci_dio: Add interrupt handling for PCI-1730Bernd Harries2021-01-261-12/+261
* staging: comedi: adl_pci7x3x: Add interrupt handling for PCI-7230Bernd Harries2021-01-261-10/+274
* staging: mt7621-dts: remove obsolete switch nodeDENG Qingfang2021-01-261-7/+0
* staging: rtl8723bs: wifi_regd.c: Fix incorrect number of regulatory rulesChen-Yu Tsai2021-01-261-1/+1
* Staging: rtl8192u: use %s and __func__Puranjay Mohan2021-01-261-1/+1
* staging: rtl8188eu: fix rtw_xmit_entry's return valueMartin Kaiser2021-01-261-1/+1
* Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman2021-01-25291-1335/+3420
|\
| * Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2021-01-242-13/+3
| |\
| | * sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven2021-01-061-1/+1
| | * sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-061-12/+2
| * | Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-247-52/+126
| |\ \
| | * | lightnvm: fix memory leak when submit failsPan Bian2021-01-211-2/+1
| | * | Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-215-50/+123
| | |\ \
| | | * | nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-01-201-10/+18
| | | * | nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-01-201-28/+49
| | | * | nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
| | | * | nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-181-0/+14
| | | * | nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng2021-01-181-4/+10
| | | * | nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng2021-01-181-4/+11
| | | * | nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-01-181-2/+15
| | * | | md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-01-201-0/+2
| | |/ /