Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8690d6a5000233ede4af4ef546c6ba5caa76eadb
/
drivers
8690d6a
power: regulator: fixed: get_enable should return integer
by Keerthy
· 7 years ago
23be7fb
regulator: Change get_enable return type to integer from bool
by Keerthy
· 7 years ago
9bfe382
mmc: rpmb: update size format for write_counter
by Kever Yang
· 7 years ago
9390f3d
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 7 years ago
3ef0b27
Merge git://www.denx.de/git/u-boot-marvell
by Tom Rini
· 7 years ago
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· 7 years ago
7ecd35e
mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT
by Peng Fan
· 7 years ago
5eb8b43
dm: mmc: fsl_esdhc: handle vqmmc supply
by Peng Fan
· 7 years ago
aee7858
mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O
by Peng Fan
· 7 years ago
1715622
mx6: soc: Move mxs_dma_init() into the mxs nand driver
by Fabio Estevam
· 7 years ago
d33e9ee
net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH
by Lothar Waßmann
· 7 years ago
cf6db16
serial: mxc: Add debug uart support
by Jagan Teki
· 7 years ago
71eb2bf
serial: mxc: Code cleanup
by Jagan Teki
· 7 years ago
9df8992
serial: mxc: Move common baud gen into _mxc_serial_setbrg
by Jagan Teki
· 7 years ago
01fcb6e
serial: mxc: Move common init into _mxc_serial_init
by Jagan Teki
· 7 years ago
ed217cd
serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrg
by Jagan Teki
· 7 years ago
ce315c9
serial: mxc: Use RFDIV in dm-code
by Jagan Teki
· 7 years ago
f8fd275
serial: mxc: Add common mxc_uart reg space
by Jagan Teki
· 7 years ago
ef2b6b1
drivers/misc: Add basic support for ATSHA204A Crypto module
by Marek Behún
· 7 years ago
267ae1c
drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support
by Marek Behún
· 7 years ago
0346a1d
orion_wdt: Support for the Orion Watchdog
by Marek Behún
· 7 years ago
f8bf75f
driver/ddr: Add support for setting timing in hws_topology_map
by Marek Behún
· 7 years ago
aa5528b
mtd: nand: make nand_info array static
by Grygorii Strashko
· 7 years ago
6966625
mtd: nand: drv: use get_nand_dev_by_index()
by Grygorii Strashko
· 7 years ago
aa942fe
net: fm: use get_nand_dev_by_index()
by Grygorii Strashko
· 7 years ago
d1e68ec
net: phy: cortina: use get_nand_dev_by_index()
by Grygorii Strashko
· 7 years ago
ae1e9c7
dfu: dfu_nand: use get_nand_dev_by_index()
by Grygorii Strashko
· 7 years ago
7b670cc
cmd: nand: abstract global variable usage for dm conversion
by Mugunthan V N
· 7 years ago
220fb22
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 7 years ago
87e96b2
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
by Tom Rini
· 7 years ago
5c5991e
dm: ofnode: use fdt32_t for DT property value to fix sparse warning
by Masahiro Yamada
· 7 years ago
77018de
dm: include <dm/util.h> from driver/core/dump.c
by Masahiro Yamada
· 7 years ago
5d43445
dm: ofnode: simplify ofnode_read_bool()
by Masahiro Yamada
· 7 years ago
9cf85cb
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
by Masahiro Yamada
· 7 years ago
5052f1b
dm: ofnode: simplify ofnode_read_prop()
by Masahiro Yamada
· 7 years ago
6a61dd9
dm: ofnode: use ofnode_read_bool() to check property existence
by Masahiro Yamada
· 7 years ago
3247fdb
dm: include <dm/util.h> from drivers/core/util.c
by Masahiro Yamada
· 7 years ago
a21ec4c
dm: serial: Add livetree support
by Simon Glass
· 7 years ago
89d9cf2
dm: serial: Separate out the core serial-device finding code
by Simon Glass
· 7 years ago
386dbfb
dm: serial: ns16550: Convert to livetree
by Simon Glass
· 7 years ago
cc06f14
video: simple-panel: Add a little more debugging
by Simon Glass
· 7 years ago
e247e5c
dm: video: Update pwm_backlight to support livetree
by Simon Glass
· 7 years ago
2f63264
dm: video: Sync display on backspace
by Simon Glass
· 7 years ago
80df6ec
tegra: video: Time the LCD init
by Simon Glass
· 7 years ago
4191dc1
dm: core: Add functions to obtain node's address/size cells
by Simon Glass
· 7 years ago
fa031f8
dm: core: Add dev_read_enabled() to check if a device is enabled
by Simon Glass
· 7 years ago
170e17c
dm: core: Add dev_read_resource() to read device resources
by Simon Glass
· 7 years ago
5fdb005
dm: core: Add ofnode_read_string_count()
by Simon Glass
· 7 years ago
57e7c2a
dm: scsi: Drop scsi_init() when driver model is used
by Simon Glass
· 7 years ago
c6b4430
dm: ahci: Add a driver for SCSI on AHCI
by Simon Glass
· 7 years ago
600d001
dm: scsi: Split out the bus scanning code
by Simon Glass
· 7 years ago
a140e86
dm: scsi: Adjust return value of scsi_exec()
by Simon Glass
· 7 years ago
c4dfa89
dm: scsi: Add operations for SCSI devices
by Simon Glass
· 7 years ago
23123c6
dm: ahci: Create a local version of two SCSI functions
by Simon Glass
· 7 years ago
4822873
dm: scsi: Document and rename the scsi_scan() parameter
by Simon Glass
· 7 years ago
11b2b62
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
by Simon Glass
· 7 years ago
cf01b5b
dm: ahci: Drop use of probe_ent
by Simon Glass
· 7 years ago
84fac54
dm: ahci: Unwind the confusing init code
by Simon Glass
· 7 years ago
0a47bbb
dm: ahci: Move common code for starting ports into a function
by Simon Glass
· 7 years ago
0ada891
dm: scsi: Indent the confusing #ifdefs
by Simon Glass
· 7 years ago
e0c419b
dm: ahci: Refactor to avoid static variables
by Simon Glass
· 7 years ago
cb87524
dm: sata: Move ataid into struct ahci_uc_priv
by Simon Glass
· 7 years ago
5ce5967
dm: ahci: Rename struct ahci_probe_ent
by Simon Glass
· 7 years ago
b08fbff
dm: scsi: Use the uclass platform data
by Simon Glass
· 7 years ago
5fb559d
dm: scsi: Drop the ccb typedef
by Simon Glass
· 7 years ago
a4eff9f
dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd
by Simon Glass
· 7 years ago
3def006
scsi: Move drivers into new drivers/scsi directory
by Simon Glass
· 7 years ago
2c844c4
sata: Move drivers into new drivers/ata directory
by Simon Glass
· 7 years ago
ab3055a
Kconfig: Add CONFIG_SATA to enable SATA
by Simon Glass
· 7 years ago
1674098
scsi: Drop scsi_print_error()
by Simon Glass
· 7 years ago
3833441
scsi: Drop sym53c8xx driver
by Simon Glass
· 7 years ago
0e5faf0
Convert CONFIG_SCSI to Kconfig
by Simon Glass
· 7 years ago
3ff83bc
dm: core: Add uclass_first/next_device_check()
by Simon Glass
· 8 years ago
98c9fb0
dm: core: Clarify uclass_first/next_device() comments
by Simon Glass
· 8 years ago
0ae1f60
rockchip: rk3288: Add pinctrl support for the gmac ethernet interface
by Sjoerd Simons
· 7 years ago
70fd613
rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren
by Kever Yang
· 7 years ago
c258105
power: regulator: rk8xx: Allow input current/charger shutdown configuration
by Wadim Egorov
· 7 years ago
4c4905f
power: regulator: rk8xx: Build get_ldo_reg only for SPL
by Wadim Egorov
· 7 years ago
697a8bc
usb: dwc2: use dev_read_bool() instead of fdt_getprop()
by Meng Dongyang
· 7 years ago
5498381
usb: Kconfig: migrate USB_DWC2 to Kconfig
by Philipp Tomsich
· 7 years ago
ef16ff6
usb: host: xhci-rockchip: use fixed regulator to control vbus
by Meng Dongyang
· 7 years ago
c1a1550
usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB
by Meng Dongyang
· 7 years ago
f2ac2a6
rockchip: video: mipi: Modify format type for debug message
by eric.gao@rock-chips.com
· 7 years ago
c7dd29a
rockchip: video: mipi: Modify variable type for arm32 compatibility
by eric.gao@rock-chips.com
· 7 years ago
a70d1ea
Revert "mmc: dw_mmc: rockchip: select proper card clock"
by Kever Yang
· 7 years ago
9708739
rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled
by Kever Yang
· 7 years ago
a5b83d2
rockchip: rk322x: add sysreset driver
by Kever Yang
· 7 years ago
5f94896
rockchip: rk322x: add pinctrl driver
by Kever Yang
· 7 years ago
c5ccc32
rockchip: rk322x: add clock driver
by Kever Yang
· 7 years ago
e74958e
rockchip: ns16550: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
150005b
rockchip: net: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
9b4c380
rockchip: mmc: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
9589dda
rockchip: xhci: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
778ec66
rockchip: spi: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
ff7865f
rockchip: pinctrl: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
5a3d1c6
pipe3: Fix broken dependency
by Jean-Jacques Hiblot
· 7 years ago
bd6d0d6
mtd: stm32: use parameter instead of default value
by Patrice Chotard
· 7 years ago
4339901
driver: mmc: update debug info
by Jorge Ramirez-Ortiz
· 7 years ago
d666155
pinctrl: stm32: add set_state ops
by Christophe Kerello
· 7 years ago
a466d21
pinctrl: stm32: handle a configuration list
by Christophe Kerello
· 7 years ago
Next »