Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
3d5149ccf28fa64a081e8a5c999719f035b47b45
/
drivers
3d5149c
net: miiphybb: Split off struct bb_miiphy_bus_ops
by Marek Vasut
· Sun Mar 02 02:24:42 2025 +0100
0f2d4e1
pinctrl: renesas: Drop special RZN1 entry from Makefile
by Marek Vasut
· Fri Feb 28 13:02:52 2025 +0100
8ec5570
Merge tag 'v2025.04-rc4' into next
by Tom Rini
· Mon Mar 10 18:12:27 2025 -0600
49b4732
usb: gadget: Remove the legacy usbtty driver
by Tom Rini
· Thu Feb 27 14:51:01 2025 -0600
a5726fd
usb: gadget: Remove final remnants of CONFIG_USB_DEVICE
by Tom Rini
· Thu Feb 27 14:51:00 2025 -0600
5b0b26d
Merge tag 'xilinx-for-v2025.04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· Wed Mar 05 12:11:18 2025 -0600
4603d05
led: Fix next Coverity scan error
by Heiko Schocher
· Wed Feb 26 10:18:58 2025 +0100
1675e79
gpio: 74x146: depend on DM_SPI
by J. Neuschäfer
· Mon Feb 17 12:18:03 2025 +0100
079ef95
Revert "dm: core: Simplify dm_probe_devices()"
by Simon Glass
· Wed Feb 26 09:26:14 2025 -0700
c70fee3
arm64: versal2: Show major and minor silicon version
by Michal Simek
· Tue Feb 18 13:43:07 2025 +0100
17f4407
clk: versal: Store driver data in data section
by Padmarao Begari
· Tue Feb 18 10:54:19 2025 +0530
2c96acb
clk: versal: Update the reference clocks as per bindings
by Venkatesh Yadav Abbarapu
· Thu Feb 06 14:45:33 2025 +0530
39155e3
crypto: fsl_hash: fix flush dcache alignment in caam_hash()
by Benjamin Lemouzy
· Fri Feb 21 08:05:01 2025 +0100
3b03c95
net: tsec: Re-arm packet buffer in error case
by J. Neuschäfer
· Sun Feb 16 22:18:13 2025 +0100
46d2871
net: tsec: Reorder tsec_recv and tsec_free_pkt
by J. Neuschäfer
· Sun Feb 16 22:18:12 2025 +0100
71a4d01
Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fixes & cleanups"
by Tom Rini
· Fri Feb 28 08:42:01 2025 -0600
1d7a0ca
sysinfo: Add driver for IOT2050 boards
by Baocheng Su
· Tue Feb 18 10:36:13 2025 +0800
94d59e3
sysinfo: Add API for accessing data elements
by Baocheng Su
· Tue Feb 18 10:36:11 2025 +0800
246231f
dma: ti: k3-udma: Avoid Memory leak issues during dma memcpy
by Prasanth Babu Mantena
· Thu Feb 20 18:48:27 2025 +0530
2c0bbf1
serial: ns16550: Fix pointer type mismatch
by J. Neuschäfer
· Tue Feb 18 14:39:45 2025 +0100
12aead0
mtd: mtdpart: Support MTD_SIZE_REMAINING with unallocated memory area
by Alexander Stein
· Thu Feb 20 15:58:07 2025 +0100
67b328e
clk: rockchip: Correct usage of IS_ENABLED() macro
by Tom Rini
· Wed Feb 26 14:31:23 2025 -0600
1b5fcca
net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_num
by Marek Vasut
· Sat Feb 22 21:33:33 2025 +0100
0e8708f
net: sh_eth: Drop use of miiphy_get_dev_by_name()
by Marek Vasut
· Sat Feb 22 21:33:32 2025 +0100
6193664
net: ravb: Drop use of miiphy_get_dev_by_name()
by Marek Vasut
· Sat Feb 22 21:33:31 2025 +0100
d1dddbf
net: miiphybb: Drop name field from struct bb_miiphy_bus
by Marek Vasut
· Sat Feb 22 21:33:29 2025 +0100
b6c2c38
net: miiphybb: Use container_of() in bb_miiphy_getbus()
by Marek Vasut
· Sat Feb 22 21:33:28 2025 +0100
a618552
net: designware: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacks
by Marek Vasut
· Sat Feb 22 21:33:27 2025 +0100
2c75546
net: sh_eth: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacks
by Marek Vasut
· Sat Feb 22 21:33:26 2025 +0100
8974ec3
net: ravb: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacks
by Marek Vasut
· Sat Feb 22 21:33:25 2025 +0100
a392ff5
net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappers
by Marek Vasut
· Sat Feb 22 21:33:23 2025 +0100
46f02ca
net: designware: Extract bbmiiphy initialization into dedicated function
by Marek Vasut
· Sat Feb 22 21:33:21 2025 +0100
136edb3
net: designware: Drop bus index
by Marek Vasut
· Sat Feb 22 21:33:20 2025 +0100
9b82e01
net: miiphybb: Drop bb_miiphy_init() and .init callback
by Marek Vasut
· Sat Feb 22 21:33:19 2025 +0100
7d84083
net: designware: Reorder bb_miiphy functions
by Marek Vasut
· Sat Feb 22 21:33:17 2025 +0100
be5ef20
net: sh_eth: Reorder bb_miiphy functions
by Marek Vasut
· Sat Feb 22 21:33:15 2025 +0100
980a3c5
net: ravb: Reorder bb_miiphy functions
by Marek Vasut
· Sat Feb 22 21:33:14 2025 +0100
57a57ed
net: designware: Drop NULL priv assignment
by Marek Vasut
· Sat Feb 22 21:33:13 2025 +0100
15e581c
net: sh_eth: Drop empty init callback
by Marek Vasut
· Sat Feb 22 21:33:12 2025 +0100
cc51c0d
net: ravb: Drop empty init callback
by Marek Vasut
· Sat Feb 22 21:33:11 2025 +0100
47739ac
pinctrl: qcom: sm8250: fix pin count
by Caleb Connolly
· Mon Feb 10 16:30:24 2025 +0000
b105552
power: regulator: add additional supported LDOs for pm8150l
by Caleb Connolly
· Mon Feb 10 16:30:23 2025 +0000
6f1ea25
clk: stub: add sm8150 compatible id
by Julius Lehmann
· Mon Feb 10 16:27:27 2025 +0000
d2e24c1
clk: add stub clock driver
by Caleb Connolly
· Mon Feb 10 16:27:25 2025 +0000
60ebe0c
Merge tag 'u-boot-socfpga-next-20250225' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next
by Tom Rini
· Tue Feb 25 08:25:00 2025 -0600
a1a24f1
ddr: altera: Add DDR driver for Agilex5 series
by Tingting Meng
· Fri Feb 21 21:49:41 2025 +0800
8875a9f
drivers: clk: agilex5: Set PLL to asynchronous mode
by Alif Zakuan Yuslaimi
· Tue Feb 18 16:34:50 2025 +0800
53f42e8
drivers: clk: agilex5: Replace status polling with wait_for_bit_le32()
by Alif Zakuan Yuslaimi
· Tue Feb 18 16:34:49 2025 +0800
77ab0a3
drivers: clk: agilex5: Configure intosc as boot_clk source
by Alif Zakuan Yuslaimi
· Tue Feb 18 16:34:48 2025 +0800
599a0ce
Merge tag 'v2025.04-rc3' into next
by Tom Rini
· Mon Feb 24 17:15:14 2025 -0600
1d8d172
mmc: Fix size calculation for sector addressed MMC version 4
by Marek Vasut
· Wed Jan 29 12:15:54 2025 +0100
27205d2
remoteproc: k3-dsp: Flush D cache after loading firmware
by Udit Kumar
· Thu Feb 13 14:53:22 2025 +0530
94c606c
arm: mediatek: remove CONFIG_MT8512
by developer
· Thu Feb 13 17:11:18 2025 +0800
d10173e
net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK3588
by Jonas Karlman
· Sun Feb 09 23:27:56 2025 +0000
e92bd1f
net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK356x
by Jonas Karlman
· Sun Feb 09 23:27:55 2025 +0000
91a62db
pinctrl: rockchip: rk3328: Fix pinmux for GPIO2-B and GPIO3-B pins
by Jonas Karlman
· Mon Jan 06 21:39:42 2025 +0000
58c2fc9
gpio: pca953x: support pcal6408 and pcal6416
by Emanuele Ghidoli
· Tue Feb 11 22:06:00 2025 +0100
0c05b90
net: designware: Add npcm8xx sgmii pcs support
by Jim Liu
· Tue Feb 11 10:02:01 2025 +0800
8b493a2
led: fix coverity scan error
by Heiko Schocher
· Wed Feb 12 10:10:55 2025 +0100
41a5446
power: regulator: tps65941: Fix voltage calculation for ldo
by Udit Kumar
· Tue Feb 11 23:21:58 2025 +0530
0199a90
tpm: unconstify tpm_tis_chip_data
by Ilias Apalodimas
· Thu Feb 06 11:28:56 2025 +0200
39a9ecb
Merge tag 'u-boot-at91-2025.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next
by Tom Rini
· Tue Feb 18 07:59:59 2025 -0600
b8fe391
spi: soft_spi: Add support for SPI_3WIRE
by Hironori KIKUCHI
· Fri Jan 31 10:38:41 2025 +0900
fea88cf
Merge patch series "Introduce K3 remoteproc driver for M4 subsystem"
by Tom Rini
· Fri Feb 14 13:17:47 2025 -0600
3b235ce
remoteproc: Enable ARM64 remoteproc driver by default for K3 ARCH
by Judith Mendez
· Mon Feb 10 14:29:40 2025 -0600
dcc2e54
remoteproc: k3-r5: Add support for R5F cores on AM64x SoCs
by Hari Nagalla
· Mon Feb 10 14:29:36 2025 -0600
c30f17b
remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem
by Hari Nagalla
· Mon Feb 10 14:29:35 2025 -0600
10b17e3
Kconfig: Move CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig
by Tomas Peterka
· Fri Jan 31 11:08:44 2025 +0100
6854d54
mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes
by Alexander Dahl
· Mon Apr 15 09:57:55 2024 +0200
0467360
pinctrl: tegra20: adjust pin type detection
by Svyatoslav Ryhel
· Fri Dec 06 17:50:58 2024 +0200
dfe51a0
pmic: palmas: bind sysreset to parent node
by Svyatoslav Ryhel
· Mon Dec 09 12:58:19 2024 +0200
0b5132d
pmic: max77663: bind children to parent node
by Svyatoslav Ryhel
· Mon Dec 09 12:51:33 2024 +0200
cd39ae1
Revert "drivers: gpio-uclass: support PMIC GPIO children"
by Svyatoslav Ryhel
· Mon Dec 09 12:45:18 2024 +0200
f4c31af
pinctrl: at91: Add support to align with Linux Devicetree
by Manikandan Muralidharan
· Mon Feb 10 12:21:42 2025 +0530
8f89f1b
pinctrl: at91: Bind GPIO driver to the pinctrl DT node
by Manikandan Muralidharan
· Mon Feb 10 12:21:41 2025 +0530
e6f6d16
spi: atmel-quadspi: Improve probe debugging
by Alexander Dahl
· Thu Jan 23 13:12:15 2025 +0100
26ca20a
spi: atmel-quadspi: Add support for classic SPI mode
by Alexander Dahl
· Thu Jan 23 13:12:14 2025 +0100
ffc7330
spi: atmel-quadspi: Allow setting SMM to classic SPI mode
by Alexander Dahl
· Thu Jan 23 13:12:13 2025 +0100
86136a5
spi: atmel-quadspi: Remove default mode setting at probe time
by Alexander Dahl
· Thu Jan 23 13:12:12 2025 +0100
cced8e0
spi: atmel-quadspi: Avoid overwriting MR register settings
by Alexander Dahl
· Thu Jan 23 13:12:11 2025 +0100
82cca20
spi: atmel-quadspi: Port collected fixes from Linux v5.10 and v5.15
by Alexander Dahl
· Thu Jan 23 13:12:10 2025 +0100
9f1fac2
spi: atmel-quadspi: Depend on SPI_MEM
by Alexander Dahl
· Thu Jan 23 08:37:13 2025 +0100
71743de
spi: ca_sflash: Remove redundant dependency
by Alexander Dahl
· Thu Jan 23 08:37:12 2025 +0100
5fa92d6
test: Keep track of suite duration
by Simon Glass
· Fri Feb 07 11:30:35 2025 -0700
1069f28
Merge tag 'u-boot-dfu-20250211' of https://source.denx.de/u-boot/custodians/u-boot-dfu
by Tom Rini
· Tue Feb 11 08:56:54 2025 -0600
e23fd0c
usb: dwc3-generic: Add STih407 support
by Patrice Chotard
· Thu Jan 30 17:35:43 2025 +0100
94be152
usb: dwc3-generic: Reorder include
by Patrice Chotard
· Thu Jan 30 17:35:42 2025 +0100
ef44e7a
usb: dwc3: Remove dwc3 glue driver support for STi
by Patrice Chotard
· Thu Jan 30 17:35:41 2025 +0100
5f9d646
usb: gadget: f_mass_storage: Add schedule() in sleep_thread()
by Patrice Chotard
· Mon Dec 02 08:46:44 2024 +0100
67bee84
rtc: emul_rtc: Make emul_rtc_probe() static
by Michal Simek
· Mon Feb 03 10:18:57 2025 +0100
b083ea4
net: designware: support phy io micro voltage setting.
by Michael Chang
· Wed Feb 05 10:01:06 2025 +0800
84e1136
pinctrl: mediatek: support reading register base address by name
by developer
· Thu Feb 06 10:19:06 2025 +0800
f505042
pinctrl: mediatek: mt7988: remove _base from reg-names
by developer
· Thu Feb 06 10:18:57 2025 +0800
608854e
Merge patch series "led: add function naming option from linux"
by Tom Rini
· Fri Feb 07 10:53:43 2025 -0600
350d252
led: add function naming option from linux
by Heiko Schocher
· Tue Jan 28 14:52:46 2025 +0100
5ebcac8
Merge tag 'xilinx-for-v2025.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· Thu Feb 06 08:09:54 2025 -0600
01d1185
usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset
by Michael Ferolito
· Mon Jan 27 21:09:45 2025 -0600
283d148
fpga: Avoid ignored-qualifiers warning
by Alexander Dahl
· Tue Jan 21 17:22:12 2025 +0100
bdad63b
spi: cadence_qspi: Add missing prototype for cadence_qspi_flash_reset
by Venkatesh Yadav Abbarapu
· Wed Jan 22 19:23:34 2025 +0530
f8e7cef
spi: cadence_qspi: Fix OSPI DDR mode alignment issue
by Padmarao Begari
· Mon Jan 06 15:21:20 2025 +0530
Next »