Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cf7ab0cb6277afdfefa05a7fc954fc2392a31787
/
drivers
cf7ab0c
video: simplefb
by Rob Clark
· 7 years ago
dcbad9a
video: add STM32 LTDC display controller
by Philippe CORNU
· 7 years ago
a3c046f
dm: backlight: Add a driver for GPIO backlight
by Patrick Delaunay
· 7 years ago
4300f07
dm: backlight: Add CONFIG_BACKLIGHT_PWM
by Patrick Delaunay
· 7 years ago
5781c46
block: ide: Don't bother to create BLK device if no CDROM inserted
by Bin Meng
· 7 years ago
b650afa
block: ide: Fix block read/write with driver model
by Bin Meng
· 7 years ago
b110e11
usb: net: migrate USB Ethernet adapters to Kconfig
by Chris Packham
· 7 years ago
547cf41
usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig
by Chris Packham
· 7 years ago
4237696
net: fix typos
by Heinrich Schuchardt
· 7 years ago
83ba7aa
net: phy: realtek: fix enabling of the TX-delay for RTL8211F
by Madalin Bucur
· 7 years ago
708bc68
usb: gadget: g_dnl: Sync internal SN variable with env
by Sam Protsenko
· 7 years ago
c4f7b77
Merge git://git.denx.de/u-boot-video
by Tom Rini
· 7 years ago
838d754
rockchip: i2c: fix >32 byte reads
by Wadim Egorov
· 7 years ago
9b32b57
rockchip: timer: fix U_BOOT_DRIVER name
by Philipp Tomsich
· 7 years ago
3e7ad7d
video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before
by Anatolij Gustschin
· 7 years ago
9cb083a
crypto/fsl: fix obj-yy in Makefile
by Clemens Gruber
· 7 years ago
8ec73a9
block: Drop the ftide020 driver
by Bin Meng
· 7 years ago
b2c7baa
block: ide: Drop CONFIG_IDE_LED
by Bin Meng
· 7 years ago
23e2d33
block: ide: Drop CONFIG_IDE_INIT_POSTRESET
by Bin Meng
· 7 years ago
c9ee946
nvme: Remove dead codes in nvme_setup_io_queues()
by Bin Meng
· 7 years ago
8ac9f6c
nvme: Fix potential sign extension issue in nvme_blk_rw()
by Bin Meng
· 7 years ago
318dda2
nvme: Fix wrong ndev->queues memset
by Bin Meng
· 7 years ago
681b521
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 7 years ago
5664f83
Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
by Adam Ford
· 7 years ago
4a75e9b
x86: ich-spi: Clear atomic preop only when SPI settings are not locked
by Bin Meng
· 7 years ago
26ed19c
x86: ich-spi: Remove useless assignment in ich_spi_xfer()
by Bin Meng
· 7 years ago
fa1dd3d
Convert CONFIG_SYS_I2C_BUS_MAX to Kconfig
by Adam Ford
· 7 years ago
73010ab
Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX
by Adam Ford
· 7 years ago
47dce76
Revert "Merge git://git.denx.de/u-boot-video"
by Tom Rini
· 7 years ago
bd0f255
Merge git://git.denx.de/u-boot-video
by Tom Rini
· 7 years ago
a220f8f
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 7 years ago
b8f2c8c
Merge git://git.denx.de/u-boot-uniphier
by Tom Rini
· 7 years ago
59565f9
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
e76f006
mmc: sunxi: Only update timing mode bit when enabling new timing mode
by Chen-Yu Tsai
· 7 years ago
8eb6a1c
reset: uniphier: add PXs3 support
by Masahiro Yamada
· 7 years ago
68199a2
reset: uniphier: fix compatible for SD reset node for LD11/LD20
by Masahiro Yamada
· 7 years ago
644f5bf
clk: uniphier: add System clock support
by Masahiro Yamada
· 7 years ago
9c5a5dd
mtd: nand: denali_dt: add a DT driver
by Masahiro Yamada
· 7 years ago
4dada2c
ofnode: add {ofnode, dev}_read_resource_byname()
by Masahiro Yamada
· 7 years ago
fa4211c
video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before
by Anatolij Gustschin
· 7 years ago
0f3f23e
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
66038de
usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3
by Masahiro Yamada
· 7 years ago
0cc228e
mmc: sunxi: fix legacy MMC initialisation
by Maxime Ripard
· 7 years ago
95e3470
mmc: sunxi: Support new mode
by Maxime Ripard
· 7 years ago
34818738
nvme: Get rid of the global variable nvme_info
by Bin Meng
· 7 years ago
fbd422b
nvme: Use blk_create_devicef() API
by Bin Meng
· 7 years ago
578b195
nvme: Apply cache operations on the DMA buffers
by Bin Meng
· 7 years ago
29e558d
nvme: Consolidate block read and write routines
by Bin Meng
· 7 years ago
1c42a29
nvme: Use macros to access NVMe queues
by Bin Meng
· 7 years ago
dff7df7
nvme: Respect timeout when en/disabling the controller
by Bin Meng
· 7 years ago
f03e5fc
nvme: Cache controller's capabilities
by Bin Meng
· 7 years ago
b3ea27d
nvme: Fix endianness assignment to prp2 in nvme_identify()
by Bin Meng
· 7 years ago
663f4b7
nvme: Fix ndev->queues allocation
by Bin Meng
· 7 years ago
a7cbfff
nvme: Fix getting PCI vendor id of the NVMe block device
by Bin Meng
· 7 years ago
0c8c930
nvme: Remove useless defines
by Bin Meng
· 7 years ago
b4d9721
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
e576311
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 7 years ago
ca5e1b9
Merge git://git.denx.de/u-boot-i2c
by Tom Rini
· 7 years ago
0a32860
Merge git://www.denx.de/git/u-boot-cfi-flash
by Tom Rini
· 7 years ago
ce8a36f
driver: timer: Add the Atmel PIT timer driver
by Wenyou.Yang@microchip.com
· 7 years ago
4361912
ram: kconfig: s/SPL/TPL/ in TPL_RAM help text
by Jagan Teki
· 7 years ago
9390109
clk: rmobile: Split R8A7795 and R8A7796 core clock tables
by Marek Vasut
· 7 years ago
0207283
serial: serial-uclass: Add generic serial RX buffer support
by Stefan Roese
· 7 years ago
48b771c
Revert "serial: ns16550: Add RX interrupt buffer support"
by Stefan Roese
· 7 years ago
dfb453d
vbe: Drop vbe_get_video_info()
by Bin Meng
· 7 years ago
552720e
x86: ich-spi: Move opcode registers configuration to another routine
by Bin Meng
· 7 years ago
36ce024
x86: ich-spi: Don't read cached lock status
by Bin Meng
· 7 years ago
bf5f72e
x86: ich-spi: Remove unnecessary assignment in ich_init_controller()
by Bin Meng
· 7 years ago
76e6c99
x86: ich-spi: Remove spi_write_protect_region()
by Bin Meng
· 7 years ago
7f0fb44
pinctrl: imx7ulp: Add new info instance for iomuxc1
by Peng Fan
· 7 years ago
f82e1e9
pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is set
by Peng Fan
· 7 years ago
d0d9d21
spl: add serial download protocol (SDP) support
by Stefan Agner
· 7 years ago
3888da7
usb: gadget: sdp: extend images compatible for jumps
by Stefan Agner
· 7 years ago
ffbd5d0
usb: gadget: add SDP driver
by Stefan Agner
· 7 years ago
27ab770
i2c: muxes: add i2c gpio multiplexer driver
by Peng Fan
· 7 years ago
ebf442d
i2c: add i2c driver for stm32
by Patrice Chotard
· 7 years ago
4c753a2
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
by Tom Rini
· 7 years ago
a26162d
mtd: cfi: staticize functions
by Marek Vasut
· 7 years ago
07d0a46
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
b1afc88
fastboot: avoid printing invalid data
by John Keeping
· 8 years ago
43aa76e
Fix fastboot boot address
by Peter Chubb
· 8 years ago
ec4b573
usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig
by Bin Meng
· 7 years ago
0eb2cec
reset: uniphier: refactor reset data and add NAND/eMMC reset lines
by Masahiro Yamada
· 7 years ago
d3c1461
ARM: uniphier: remove sLD3 SoC support
by Masahiro Yamada
· 7 years ago
d626ea4
clk: uniphier: fix unmet direct dependencies warning
by Masahiro Yamada
· 7 years ago
f7f0377
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 7 years ago
b92192c
rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pin
by Kever Yang
· 7 years ago
7a9b25a
rockchip: rk322x: pinctrl: using compatible name same with dts
by Kever Yang
· 7 years ago
77520f8
mmc: Support generic PCI SD host controller
by Bin Meng
· 7 years ago
f54f753
cmd: mmc: add mmc partconf read capability
by Angelo Dureghello
· 7 years ago
eba48f9
dm: mmc: Drop CONFIG_DM_MMC_OPS
by Simon Glass
· 7 years ago
9db9688
dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
by Simon Glass
· 7 years ago
b9876e2
dm: imx: cm_fx6: Enable more driver model support
by Simon Glass
· 7 years ago
407025d
dm: mmc: fsl_esdhc: Update to support MMC operations
by Simon Glass
· 7 years ago
80e9df4
dm: mmc: fsl_esdhc: Update to support livetree
by Simon Glass
· 7 years ago
5ee3980
dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()
by Simon Glass
· 7 years ago
fa02ca5
dm: mmc: fsl_esdhc: Set up platform data
by Simon Glass
· 7 years ago
0c3ef22
dm: mmc: fsl_esdhc: Detect init failure
by Simon Glass
· 7 years ago
81357b5
dm: mmc: fsl_esdhc: Detect reset failure
by Simon Glass
· 7 years ago
6aa55dc
dm: mmc: fsl_esdhc: Set up common versions of operations
by Simon Glass
· 7 years ago
Next »