Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e03ad2185066c6414e2930beae6bebec56f3e479
/
drivers
e03ad21
serial: ns16550: fix debug uart putc called before init
by Simon Goldschmidt
· 6 years ago
03a9683
drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART
by Simon Goldschmidt
· 6 years ago
111572f
mmc: Add support for downgrading HS200/HS400 to HS mode
by Marek Vasut
· 6 years ago
6ad4f8c
mmc: Convert HI6220 MMC driver to driver model
by Manivannan Sadhasivam
· 6 years ago
c3ac93d
ethernet: MediaTek: add ethernet driver for MediaTek ARM-based SoCs
by developer
· 6 years ago
0225945
clk: MediaTek: bind ethsys reset controller
by developer
· 6 years ago
d48dd9a
reset: MedaiTek: add reset controller driver for MediaTek SoCs
by developer
· 6 years ago
7300ef5
mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common()
by Fabio Estevam
· 6 years ago
187030e
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
6fdf272
Revert "dm: pinctrl: Prevent (re-)configuring pins when already done before relocation"
by Lukasz Majewski
· 6 years ago
db994e0
dm: usb: gadget: Fix boot breakage on sunxi platforms
by Jean-Jacques Hiblot
· 6 years ago
6a22852
Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET
by Jean-Jacques Hiblot
· 6 years ago
2934dc1
dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports
by Jean-Jacques Hiblot
· 6 years ago
08e6a65
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 6 years ago
42e4a71
Merge tag 'u-boot-imx-20190110' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
2002b75
mmc: sunxi: Fix mmc clocks for DM_MMC
by Jagan Teki
· 6 years ago
b57e4cc
misc: imx8: scu: use platdata instead of priv data
by Peng Fan
· 6 years ago
927a3dc
misc: imx: scu: avoid write null pointer
by Peng Fan
· 6 years ago
5659e33
clk: imx8: fix build warning
by Peng Fan
· 6 years ago
4bda718
usb: xhci-mem: Fix scratchpad array issue
by Ye Li
· 6 years ago
9f62b08
gpio: stm32f7: Fix SPL code size
by Patrice Chotard
· 6 years ago
6225305
gpio: stm32f7: Fix gpio bank hole management
by Patrice Chotard
· 6 years ago
1779804
mmc: bring back partition init for non-DM MMC drivers
by Andre Przywara
· 6 years ago
ae8a0a9
rockchip: rk3399: fix missing braces in full pinctrl
by Philipp Tomsich
· 6 years ago
a6401bf
Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
ddde49d
Merge tag 'for-master-20190103' of git://git.denx.de/u-boot-rockchip
by Tom Rini
· 6 years ago
759b43b
rockchip: rk3399: Add Kconfig option for full pinctrl driver
by Christoph Muellner
· 6 years ago
186be1d
rockchip: rk3399: Add improved pinctrl driver.
by Christoph Muellner
· 6 years ago
734b451
dm: pinctrl: Add pinctrl_decode_pin_config_dm().
by Christoph Muellner
· 6 years ago
4484b85
power: regulator: Allow PWM regulator to be omitted from SPL.
by Christoph Muellner
· 6 years ago
6fc9ebf
rockchip: ram: update license for sdram driver
by Kever Yang
· 6 years ago
a1760ff
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
98f52ed
mtd: nand: raw: Add Hynix H27UBG8T2BTR id table
by Nikolai Zhubr
· 6 years ago
165db62
spi: sun4i: Add rx_buf NULL pointer check
by Stefan Mavrodiev
· 6 years ago
45f3703
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 6 years ago
a8f1a67
nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)
by Lukasz Majewski
· 6 years ago
f006cb3
Kconfig: Add entry for VF610 NAND NFC device tree aware driver
by Lukasz Majewski
· 6 years ago
e94930b
nand: vybrid: Use calloc() instead of malloc() to allocate struct nfc
by Lukasz Majewski
· 6 years ago
692f943
drivers: ddr: introduce DDR driver for i.MX8M
by Peng Fan
· 6 years ago
39945c1
imx: rename mx8m,MX8M to imx8m,IMX8M
by Peng Fan
· 6 years ago
b9f5a48
ARM: vybrid: Provide pinctrl driver for Vybrid (vf610)
by Lukasz Majewski
· 6 years ago
6215c6d
w1: Add driver for i.MX bus master controller
by Martin Fuzzey
· 6 years ago
09e9213
watchdog: imx: add config to disable wdog reset
by Xiaoliang Yang
· 6 years ago
a6657ad
watchdog: driver support for fsl-lsch2
by Xiaoliang Yang
· 6 years ago
cdc6f65
clk: uniphier: add NAND 200MHz clock
by Masahiro Yamada
· 6 years ago
9ea2397
mtd: rawnand: denali: fix a race condition when DMA is kicked
by Masahiro Yamada
· 6 years ago
2d1fbc8
mtd: rawnand: denali: optimize timing parameters for data interface
by Masahiro Yamada
· 6 years ago
8b86f5e
mtd: rawnand: denali_dt: add more clocks based on IP datasheet
by Masahiro Yamada
· 6 years ago
d9ba248
video: Add a default TrueType font
by Simon Glass
· 6 years ago
5785463
power: regulator: Return success on attempt to disable an always-on regulator
by Lokesh Vutla
· 6 years ago
02a99d7
phy: Fix u-boot coruption when fixed-phy is used
by Michal Simek
· 6 years ago
cb3ef41
dm: pinctrl: Prevent (re-)configuring pins when already done before relocation
by Lukasz Majewski
· 6 years ago
03c23f1
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
542ee5d
Merge tag 'mips-updates-for-2019.11' of git://git.denx.de/u-boot-mips
by Tom Rini
· 6 years ago
ff14f16
arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
by Ang, Chee Hong
· 6 years ago
dcc3bb6
arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
by Ang, Chee Hong
· 6 years ago
8e14284
mmc: Add JZ47xx SD/MMC controller driver
by Paul Burton
· 6 years ago
738d8a8
misc: Add JZ47xx efuse driver
by Paul Burton
· 6 years ago
d81c900
gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spi
by Gregory CLEMENT
· 6 years ago
2a62643
pinctrl: mscc: Add gpio and pinctrl driver for MSCC MIPS SoCs (VcoreIII based)
by Gregory CLEMENT
· 6 years ago
f289337
DW SPI: Allow to overload the management of the external CS
by Gregory CLEMENT
· 6 years ago
b0b2254
net: add support for bcm6368-enet
by Álvaro Fernández Rojas
· 6 years ago
204fd5e
net: add support for bcm6348-enet
by Álvaro Fernández Rojas
· 6 years ago
1b412c5
dma: add bcm6348-iudma support
by Álvaro Fernández Rojas
· 6 years ago
4b1d68f
drivers: serial: Add SiFive UART driver
by Anup Patel
· 6 years ago
2539903
timer: Add generic driver for RISC-V privileged architecture defined timer
by Bin Meng
· 6 years ago
c4fcb62
cpu: Add a RISC-V CPU driver
by Bin Meng
· 6 years ago
a04a774
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
8a5a8a7
syscon: update syscon_node_to_regmap to use the DM functions
by Patrick Delaunay
· 6 years ago
4d6701e
serial: serial_stm32: Add reset support
by Patrice Chotard
· 6 years ago
57816e0
tee: change return code for REE FS supplicant cmd
by Igor Opaniuk
· 6 years ago
4beaec1
usb: musb-new: sunxi: Fix null pointer access
by Stefan Mavrodiev
· 6 years ago
c7c0718
usb: composite: Fix max packet size for USB3.0
by Siva Durga Prasad Paladugu
· 6 years ago
57118f6
usb: musb-new: Add support for DM_USB
by Jean-Jacques Hiblot
· 6 years ago
c1f9ba3
usb: musb-new: Allow the diver not to use the set_phy_power() callback
by Jean-Jacques Hiblot
· 6 years ago
ca848df
dwc3-generic: Add support for the am437x
by Jean-Jacques Hiblot
· 6 years ago
106b08a
phy: omap_usb2: Add support for am437x
by Jean-Jacques Hiblot
· 6 years ago
66fea5e
spl: drivers: Link usb common library to SPL if USB gadget is enabled
by Jean-Jacques Hiblot
· 6 years ago
e2517a9
usb: host: replace xhci-keystone driver by the generic dwc3 driver
by Jean-Jacques Hiblot
· 6 years ago
a5bb671
PHY: Add phy driver for the keystone USB PHY
by Jean-Jacques Hiblot
· 6 years ago
3e0684b
usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"
by Jean-Jacques Hiblot
· 6 years ago
51d6159
usb: musb: Remove legacy CONFIG_USB_DA8XX
by Adam Ford
· 6 years ago
1f85bb3
usb: musb: Remove Legacy CONFIG_USB_DAVINCI
by Adam Ford
· 6 years ago
07871c8
usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPL
by Martyn Welch
· 6 years ago
80d353c
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
by Lukasz Majewski
· 6 years ago
d991cc3
usb: gadget: f_sdp: Provide filesize env variable for downloaded images
by Petr Štetiar
· 6 years ago
51aa860
dm: sound: Use the correct number of channels for sound
by Simon Glass
· 6 years ago
658a874
dm: sandbox: Allow selection of sample rate and channels
by Simon Glass
· 6 years ago
ad2a5e3
dm: sound: max98095: Tidy up error codes
by Simon Glass
· 6 years ago
c301445
dm: sound: Fix license headers
by Simon Glass
· 6 years ago
ab6dbe6
dm: sound: Complete migration to driver model
by Simon Glass
· 6 years ago
38d0bb3
dm: exynos: sound: Convert to use driver model
by Simon Glass
· 6 years ago
803f6b5
dm: sound: exynos: Add support for max98090
by Simon Glass
· 6 years ago
504a790
dm: sound: Move common code out of maxim98095
by Simon Glass
· 6 years ago
4070ba6
dm: sound: Add conversion to driver model
by Simon Glass
· 6 years ago
927a371
dm: sound: Start i2c IDs from 0
by Simon Glass
· 6 years ago
6df01f9
dm: core: Add a function to read into a unsigned int
by Simon Glass
· 6 years ago
76072ac
dm: sound: Create a uclass for sound
by Simon Glass
· 6 years ago
c953aaf
dm: sound: Create a uclass for i2s
by Simon Glass
· 6 years ago
ed96cde
dm: sound: Create a uclass for audio codecs
by Simon Glass
· 6 years ago
Next »