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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-15
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
Maxime Ripard
1
-3
/
+10
2022-09-15
clk: Add our request boundaries in clk_core_init_rate_req
Maxime Ripard
1
-6
/
+1
2022-09-15
clk: Introduce clk_hw_init_rate_request()
Maxime Ripard
2
-10
/
+30
2022-09-15
clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its caller
Maxime Ripard
1
-5
/
+3
2022-09-15
clk: Change clk_core_init_rate_req prototype
Maxime Ripard
1
-4
/
+6
2022-09-15
clk: Set req_rate on reparenting
Maxime Ripard
2
-0
/
+261
2022-09-15
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2
-1
/
+36
2022-09-15
clk: tests: Add some tests for orphan with multiple parents
Maxime Ripard
1
-0
/
+237
2022-09-15
clk: tests: Add tests for mux with multiple parents
Maxime Ripard
1
-0
/
+121
2022-09-15
clk: tests: Add tests for single parent mux
Maxime Ripard
1
-9
/
+185
2022-09-15
clk: tests: Add tests for uncached clock
Maxime Ripard
1
-1
/
+92
2022-09-15
clk: tests: Add reference to the orphan mux bug report
Maxime Ripard
1
-0
/
+3
2022-09-15
clk: tests: Add test suites description
Maxime Ripard
1
-0
/
+33
2022-09-15
clk: Clarify clk_get_rate() expectations
Maxime Ripard
1
-2
/
+3
2022-09-15
clk: Skip clamping when rounding if there's no boundaries
Maxime Ripard
1
-1
/
+13
2022-09-15
clk: Drop the rate range on clk_put()
Maxime Ripard
2
-14
/
+141
2022-09-15
clk: test: Switch to clk_hw_get_clk
Maxime Ripard
1
-19
/
+55
2022-09-15
soc: mediatek: mutex: Add support for MT6795 Helio X10 display mutex
AngeloGioacchino Del Regno
1
-0
/
+16
2022-09-15
drm/rockchip: remove vop_writel from vop1 driver
Tom Rix
1
-6
/
+0
2022-09-15
drm/rockchip: support gamma control on RK3399
Hugh Cole-Baker
1
-34
/
+71
2022-09-15
drm/rockchip: define gamma registers for RK3399
Hugh Cole-Baker
3
-2
/
+25
2022-09-15
Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
87
-1681
/
+3170
2022-09-15
soc/tegra: pmc: Check device node status property
Petlozu Pravareshwar
1
-1
/
+1
2022-09-15
wifi: mt76: mt7921s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Deren Wu
1
-12
/
+3
2022-09-15
wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Deren Wu
1
-12
/
+3
2022-09-15
wifi: mt76: mt7921e: fix random fw download fail
Deren Wu
3
-0
/
+5
2022-09-15
wifi: mt76: mt7921: introduce Country Location Control support
Ming Yen Hsieh
6
-3
/
+244
2022-09-15
wifi: mt76: mt7921e: fix rmmod crash in driver reload test
Deren Wu
1
-0
/
+2
2022-09-15
wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw value
Sean Wang
1
-0
/
+1
2022-09-15
wifi: mt76: mt7915: do not check state before configuring implicit beamform
Howard Hsu
1
-3
/
+3
2022-09-15
wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rx
Lorenzo Bianconi
1
-1
/
+1
2022-09-15
wifi: mt76: mt7915: fix mcs value in ht mode
Howard Hsu
1
-4
/
+6
2022-09-15
soc/tegra: pmc: Use devm_clk_get_optional()
Christophe JAILLET
1
-11
/
+4
2022-09-15
Merge tag 'thunderbolt-for-v6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Greg Kroah-Hartman
2
-0
/
+2
2022-09-15
wifi: mt76: mt7921: get rid of the false positive reset
Sean Wang
3
-18
/
+3
2022-09-15
wifi: mt76: connac: fix in comment
Ruffalo Lavoisier
1
-1
/
+1
2022-09-15
wifi: mt76: add PPDU based TxS support for WED device
Ryder Lee
9
-32
/
+117
2022-09-15
wifi: mt76: move move mt76_sta_stats to mt76_wcid
Ryder Lee
9
-33
/
+29
2022-09-15
wifi: mt76: mt7921: fix the firmware version report
Sean Wang
1
-0
/
+4
2022-09-15
wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offload
Sean Wang
1
-0
/
+4
2022-09-15
wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_ap
Sean Wang
1
-5
/
+16
2022-09-15
wifi: mt76: mt76_usb.mt76u_mcu.burst is always false remove related code
Gergo Koteles
2
-23
/
+8
2022-09-15
wifi: mt76: mt7663s: add rx_check callback
Lorenzo Bianconi
1
-0
/
+1
2022-09-15
wifi: mt76: connac: fix possible unaligned access in mt76_connac_mcu_add_nested_tlv
Lorenzo Bianconi
1
-2
/
+4
2022-09-15
wifi: mt76: mt7915: fix possible unaligned access in mt7915_mac_add_twt_setup
Lorenzo Bianconi
1
-4
/
+6
2022-09-15
wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_offload
Lorenzo Bianconi
1
-0
/
+4
2022-09-15
wifi: mt76: sdio: fix transmitting packet hangs
YN Chen
1
-1
/
+1
2022-09-15
wifi: mt76: sdio: add rx_check callback for sdio devices
Lorenzo Bianconi
2
-7
/
+17
2022-09-15
wifi: mt76: mt7921: delete stray if statement
Dan Carpenter
1
-3
/
+0
2022-09-15
wifi: mt76: mt7921: fix use after free in mt7921_acpi_read()
Dan Carpenter
1
-1
/
+4
[prev]
[next]