summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-26staging: unisys: visorinput: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-1/+2
2022-01-26staging: mt7621-dts: fix pinctrl properties for ethernetArınç ÜNAL2-15/+14
2022-01-26staging: mt7621-dts: use trgmii on gmac0 and enable flow control on port@6Arınç ÜNAL1-1/+2
2022-01-26staging: mt7621-dts: fix switch0@0 warningsArınç ÜNAL1-3/+0
2022-01-26staging: mt7621-dts: fix formattingArınç ÜNAL1-3/+12
2022-01-26staging: pi433: add missing register contantsPaulo Miguel Almeida1-0/+2
2022-01-26staging: pi433: enforce tx_cfg to be set before any message can be sentPaulo Miguel Almeida1-2/+14
2022-01-25staging: fbtft: Deduplicate driver registration macrosUwe Kleine-König1-57/+36
2022-01-25staging: pi433: validate max bit_rate based on modulation usedPaulo Miguel Almeida2-1/+11
2022-01-25staging: pi433: change order in which driver config the rf69 chipPaulo Miguel Almeida1-4/+4
2022-01-25staging: pi433: fix validation for min bit rate supported by the devicePaulo Miguel Almeida1-3/+1
2022-01-25staging: vchiq_dev: Avoid unnecessary alloc in vchiq_ioc_create_serviceStefan Wahren1-4/+3
2022-01-25staging: vchiq_core: handle NULL result of find_service_by_handleStefan Wahren1-0/+6
2022-01-25staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instancesStefan Wahren1-0/+3
2022-01-25staging: vchiq_arm: make vchiq_get_state return earlyStefan Wahren1-4/+8
2022-01-25staging: vchiq_core: use min_t macroStefan Wahren1-6/+3
2022-01-25staging: vchiq_core: avoid ternary operator for set_service_stateStefan Wahren1-4/+6
2022-01-25staging: vchiq_core: fix alignmentStefan Wahren1-3/+2
2022-01-25staging: vchiq_core: reduce multi-line statementsStefan Wahren1-7/+4
2022-01-25staging: vchiq_core: drop prefix of vchiq_set_service_stateStefan Wahren1-16/+15
2022-01-25staging: vchiq_core: align return statements in msg_type_strStefan Wahren1-15/+15
2022-01-25staging: vchiq_core: simplify vchiq_add_service_internalStefan Wahren1-22/+1
2022-01-25staging: vchiq_core: fix type of parameter localportStefan Wahren2-4/+4
2022-01-25staging: vchiq: add message handling to TODO listStefan Wahren1-0/+9
2022-01-25staging: vchiq: drop completed tasks from TODOStefan Wahren1-29/+0
2022-01-25staging: vchiq: convert TODOs into unordered listStefan Wahren1-12/+12
2022-01-25staging: vchiq_arm: introduce is_adjacent_blockStefan Wahren1-4/+15
2022-01-25staging: vchiq_debugfs: get the rid of n_log_entriesStefan Wahren1-3/+1
2022-01-25staging: vchiq_core: fix indentation in vchiq_log_dump_memStefan Wahren1-4/+4
2022-01-25staging: r8188eu: handle rtw_init_netdev_name() failure appropriatelyVihas Mak1-2/+11
2022-01-25staging: pi433: move get version func to where all other functions arePaulo Miguel Almeida3-2/+8
2022-01-25staging: r8188eu: merge Init_ODM_ComInfo_88E and rtl8188e_init_dm_privMartin Kaiser1-16/+6
2022-01-25staging: r8188eu: ODM_RF_CALIBRATION is always setMartin Kaiser3-14/+1
2022-01-25staging: r8188eu: ODM_RF_TX_PWR_TRACK is always setMartin Kaiser3-9/+2
2022-01-25staging: r8188eu: EntryMaxUndecoratedSmoothedPWDB is set but not usedMartin Kaiser2-7/+1
2022-01-25staging: r8188eu: remove unnecessary braces in rtw_xmit.cMarcelo Aloisio da Silva1-13/+8
2022-01-25staging: r8188eu: remove rtw_netif_stop_queue wrapperMartin Kaiser3-8/+3
2022-01-25staging: r8188eu: remove rtw_netif_start_queue wrapperMartin Kaiser2-6/+1
2022-01-25staging: r8188eu: remove rtw_netif_wake_queue wrapperMartin Kaiser2-6/+1
2022-01-25staging: r8188eu: call msecs_to_jiffies in _set_timerMartin Kaiser1-1/+1
2022-01-25staging: r8188eu: remove _cancel_timer wrapperMartin Kaiser4-21/+6
2022-01-25staging: r8188eu: remove rtw_list_delete wrapperMartin Kaiser2-6/+1
2022-01-25staging: r8188eu: remove unused PATH_LENGTH_MAX defineMartin Kaiser1-3/+0
2022-01-25staging: r8188eu: remove unused bitshift functionMartin Kaiser1-9/+0
2022-01-25staging: r8188eu: remove unused macrosMartin Kaiser1-4/+0
2022-01-25staging: r8188eu: remove unused externl variablesMartin Kaiser1-6/+0
2022-01-25staging: r8188eu: convert DBG_88E calls in core/rtw_sta_mgt.cPhillip Potter1-2/+2
2022-01-25staging: r8188eu: convert DBG_88E calls in core/rtw_mlme_ext.cPhillip Potter1-186/+245
2022-01-25staging: r8188eu: convert DBG_88E calls in core/rtw_ioctl_set.cPhillip Potter1-5/+5
2022-01-25staging: r8188eu: convert DBG_88E calls in core/rtw_mlme.cPhillip Potter1-41/+54