index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg()
Jarkko Nikula
7
-56
/
+73
2025-09-16
i3c: mipi-i3c-hci: Remove function enter DBG() printouts
Jarkko Nikula
1
-16
/
+0
2025-09-16
i3c: mipi-i3c-hci: Uniform ring number printouts
Jarkko Nikula
1
-2
/
+2
2025-09-16
i3c: mipi-i3c-hci: Remove nonexistent ring interrupt
Jarkko Nikula
1
-5
/
+0
2025-09-16
i3c: mipi-i3c-hci: Change interrupt status prints to dev_dbg()
Jarkko Nikula
3
-5
/
+7
2025-09-16
i3c: mipi-i3c-hci: Use own DMA bounce buffer management for I2C transfers
Jarkko Nikula
1
-5
/
+1
2025-09-16
i3c: mipi-i3c-hci: Use physical device pointer with DMA API
Jarkko Nikula
1
-13
/
+33
2025-09-16
i3c: mipi-i3c-hci: Use core helpers for DMA mapping and bounce buffering
Jarkko Nikula
3
-52
/
+12
2025-09-16
i3c: master: Add helpers for DMA mapping and bounce buffer handling
Jarkko Nikula
1
-0
/
+74
2025-09-16
i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3C
Jarkko Nikula
1
-0
/
+3
2025-09-16
drm/xe/sysfs: Add cleanup action in xe_device_sysfs_init
Zongyao Bai
1
-2
/
+6
2025-09-16
s390/dcssblk: Add DAX support
Gerald Schaefer
2
-16
/
+31
2025-09-16
input: misc: Add support for MAX7360 rotary
Mathieu Dubois-Briand
3
-0
/
+203
2025-09-16
input: keyboard: Add support for MAX7360 keypad
Mathieu Dubois-Briand
3
-0
/
+321
2025-09-16
gpio: max7360: Add MAX7360 gpio support
Mathieu Dubois-Briand
3
-0
/
+270
2025-09-16
gpio: regmap: Allow to provide init_valid_mask callback
Mathieu Dubois-Briand
1
-0
/
+1
2025-09-16
gpio: regmap: Allow to allocate regmap-irq device
Mathieu Dubois-Briand
1
-2
/
+27
2025-09-16
pwm: max7360: Add MAX7360 PWM support
Kamel Bouhara
3
-0
/
+220
2025-09-16
pinctrl: Add MAX7360 pinctrl driver
Mathieu Dubois-Briand
3
-0
/
+227
2025-09-16
mfd: Add max7360 support
Kamel Bouhara
3
-0
/
+186
2025-09-16
drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error path
Qi Xi
1
-2
/
+4
2025-09-16
rtc: Add Nuvoton NCT6694 RTC support
Ming Yu
3
-0
/
+308
2025-09-16
hwmon: Add Nuvoton NCT6694 HWMON support
Ming Yu
3
-0
/
+960
2025-09-16
watchdog: Add Nuvoton NCT6694 WDT support
Ming Yu
3
-0
/
+319
2025-09-16
can: Add Nuvoton NCT6694 CANFD support
Ming Yu
3
-0
/
+844
2025-09-16
i2c: Add Nuvoton NCT6694 I2C support
Ming Yu
3
-0
/
+207
2025-09-16
gpio: Add Nuvoton NCT6694 GPIO support
Ming Yu
3
-0
/
+512
2025-09-16
mfd: Add core driver for Nuvoton NCT6694
Ming Yu
3
-0
/
+405
2025-09-16
regulator: spacemit: support SpacemiT P1 regulators
Alex Elder
3
-0
/
+171
2025-09-16
Miscellaneous fixes and clean-ups
Mark Brown
1
-13
/
+21
2025-09-16
regulator: max77838: add max77838 regulator driver
Mark Brown
381
-2593
/
+5796
2025-09-16
net: spacemit: Add K1 Ethernet MAC
Vivian Wang
6
-0
/
+2612
2025-09-16
net: phy: nxp-c45-tja11xx: use bitmap_empty() where appropriate
Yury Norov (NVIDIA)
1
-6
/
+2
2025-09-16
Merge tag 'intel-gpio-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Bartosz Golaszewski
2
-2
/
+21
2025-09-16
platform/x86: portwell-ec: Add hwmon support for voltage and temperature
Yen-Chi Huang
1
-8
/
+162
2025-09-16
hinic3: Fix code style (Missing a blank line before return)
Fan Gong
3
-0
/
+8
2025-09-16
hinic3: Fix missing napi->dev in netif_queue_set_napi
Fan Gong
1
-1
/
+1
2025-09-16
hinic3: Add port management
Fan Gong
4
-0
/
+161
2025-09-16
hinic3: Add Rss function
Fan Gong
7
-1
/
+436
2025-09-16
hinic3: Tx & Rx configuration
Fan Gong
8
-1
/
+197
2025-09-16
hinic3: Queue pair context initialization
Fan Gong
8
-0
/
+782
2025-09-16
hinic3: Queue pair resource initialization
Fan Gong
7
-7
/
+749
2025-09-16
hinic3: Queue pair endianness improvements
Fan Gong
5
-69
/
+79
2025-09-16
hinic3: Nic_io initialization
Fan Gong
4
-3
/
+88
2025-09-16
hinic3: Command Queue flush interfaces
Fan Gong
6
-0
/
+124
2025-09-16
hinic3: HW capability initialization
Fan Gong
4
-0
/
+115
2025-09-16
hinic3: HW common function initialization
Fan Gong
4
-1
/
+716
2025-09-16
hinic3: HW management interfaces
Fan Gong
8
-0
/
+152
2025-09-16
hinic3: HW initialization
Fan Gong
5
-4
/
+316
2025-09-16
Merge tag 'extcon-next-for-6.18' of ssh://gitolite.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
7
-3
/
+321
[prev]
[next]