index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
staging: mt7621-dts: use trgmii on gmac0 and enable flow control on port@6
Arınç ÜNAL
1
-1
/
+2
2022-01-26
staging: mt7621-dts: fix switch0@0 warnings
Arınç ÜNAL
1
-3
/
+0
2022-01-26
staging: mt7621-dts: fix formatting
Arınç ÜNAL
1
-3
/
+12
2022-01-26
staging: pi433: add missing register contants
Paulo Miguel Almeida
1
-0
/
+2
2022-01-26
staging: pi433: enforce tx_cfg to be set before any message can be sent
Paulo Miguel Almeida
1
-2
/
+14
2022-01-25
staging: fbtft: Fix error path in fbtft_driver_module_init()
Uwe Kleine-König
1
-1
/
+4
2022-01-25
staging: vc04_services: Fix RCU dereference check
Padmanabha Srinivasaiah
1
-2
/
+18
2022-01-25
staging: fbtft: Deduplicate driver registration macros
Uwe Kleine-König
1
-57
/
+36
2022-01-25
staging: pi433: validate max bit_rate based on modulation used
Paulo Miguel Almeida
2
-1
/
+11
2022-01-25
staging: pi433: change order in which driver config the rf69 chip
Paulo Miguel Almeida
1
-4
/
+4
2022-01-25
staging: pi433: fix validation for min bit rate supported by the device
Paulo Miguel Almeida
1
-3
/
+1
2022-01-25
staging: vchiq_dev: Avoid unnecessary alloc in vchiq_ioc_create_service
Stefan Wahren
1
-4
/
+3
2022-01-25
staging: vchiq_core: handle NULL result of find_service_by_handle
Stefan Wahren
1
-0
/
+6
2022-01-25
staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances
Stefan Wahren
1
-0
/
+3
2022-01-25
staging: vchiq_arm: make vchiq_get_state return early
Stefan Wahren
1
-4
/
+8
2022-01-25
staging: vchiq_core: use min_t macro
Stefan Wahren
1
-6
/
+3
2022-01-25
staging: vchiq_core: avoid ternary operator for set_service_state
Stefan Wahren
1
-4
/
+6
2022-01-25
staging: vchiq_core: fix alignment
Stefan Wahren
1
-3
/
+2
2022-01-25
staging: vchiq_core: reduce multi-line statements
Stefan Wahren
1
-7
/
+4
2022-01-25
staging: vchiq_core: drop prefix of vchiq_set_service_state
Stefan Wahren
1
-16
/
+15
2022-01-25
staging: vchiq_core: align return statements in msg_type_str
Stefan Wahren
1
-15
/
+15
2022-01-25
staging: vchiq_core: simplify vchiq_add_service_internal
Stefan Wahren
1
-22
/
+1
2022-01-25
staging: vchiq_core: fix type of parameter localport
Stefan Wahren
2
-4
/
+4
2022-01-25
staging: vchiq: add message handling to TODO list
Stefan Wahren
1
-0
/
+9
2022-01-25
staging: vchiq: drop completed tasks from TODO
Stefan Wahren
1
-29
/
+0
2022-01-25
staging: vchiq: convert TODOs into unordered list
Stefan Wahren
1
-12
/
+12
2022-01-25
staging: vchiq_arm: introduce is_adjacent_block
Stefan Wahren
1
-4
/
+15
2022-01-25
staging: vchiq_debugfs: get the rid of n_log_entries
Stefan Wahren
1
-3
/
+1
2022-01-25
staging: vchiq_core: fix indentation in vchiq_log_dump_mem
Stefan Wahren
1
-4
/
+4
2022-01-25
staging: r8188eu: handle rtw_init_netdev_name() failure appropriately
Vihas Mak
1
-2
/
+11
2022-01-25
staging: pi433: move get version func to where all other functions are
Paulo Miguel Almeida
3
-2
/
+8
2022-01-25
staging: r8188eu: merge Init_ODM_ComInfo_88E and rtl8188e_init_dm_priv
Martin Kaiser
1
-16
/
+6
2022-01-25
staging: r8188eu: ODM_RF_CALIBRATION is always set
Martin Kaiser
3
-14
/
+1
2022-01-25
staging: r8188eu: ODM_RF_TX_PWR_TRACK is always set
Martin Kaiser
3
-9
/
+2
2022-01-25
staging: r8188eu: EntryMaxUndecoratedSmoothedPWDB is set but not used
Martin Kaiser
2
-7
/
+1
2022-01-25
staging: r8188eu: remove unnecessary braces in rtw_xmit.c
Marcelo Aloisio da Silva
1
-13
/
+8
2022-01-25
staging: r8188eu: remove rtw_netif_stop_queue wrapper
Martin Kaiser
3
-8
/
+3
2022-01-25
staging: r8188eu: remove rtw_netif_start_queue wrapper
Martin Kaiser
2
-6
/
+1
2022-01-25
staging: r8188eu: remove rtw_netif_wake_queue wrapper
Martin Kaiser
2
-6
/
+1
2022-01-25
staging: r8188eu: call msecs_to_jiffies in _set_timer
Martin Kaiser
1
-1
/
+1
2022-01-25
staging: r8188eu: remove _cancel_timer wrapper
Martin Kaiser
4
-21
/
+6
2022-01-25
staging: r8188eu: remove rtw_list_delete wrapper
Martin Kaiser
2
-6
/
+1
2022-01-25
staging: r8188eu: remove unused PATH_LENGTH_MAX define
Martin Kaiser
1
-3
/
+0
2022-01-25
staging: r8188eu: remove unused bitshift function
Martin Kaiser
1
-9
/
+0
2022-01-25
staging: r8188eu: remove unused macros
Martin Kaiser
1
-4
/
+0
2022-01-25
staging: r8188eu: remove unused externl variables
Martin Kaiser
1
-6
/
+0
2022-01-25
staging: r8188eu: convert DBG_88E calls in core/rtw_sta_mgt.c
Phillip Potter
1
-2
/
+2
2022-01-25
staging: r8188eu: convert DBG_88E calls in core/rtw_mlme_ext.c
Phillip Potter
1
-186
/
+245
2022-01-25
staging: r8188eu: convert DBG_88E calls in core/rtw_ioctl_set.c
Phillip Potter
1
-5
/
+5
2022-01-25
staging: r8188eu: convert DBG_88E calls in core/rtw_mlme.c
Phillip Potter
1
-41
/
+54
[prev]
[next]