Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
7480762294942ac18860e76f698f7462a1b70603
7480762
dm: rpi: Convert GPIO driver to driver model
by Simon Glass
· 10 years ago
599447c
dm: core: Add support for simple-bus
by Simon Glass
· 10 years ago
c0d07c2
dm: imx: Move cm_fx6 to use driver model for serial and GPIO
by Simon Glass
· 10 years ago
8bc8519
dm: imx: serial: Support driver model in the MXC serial driver
by Simon Glass
· 10 years ago
2772b4d
dm: imx: gpio: Support driver model in MXC gpio driver
by Simon Glass
· 10 years ago
2fc7d2a
arm: mx6: cm_fx6: use gpio request
by Nikita Kiryanov
· 10 years ago
5c05d67
dm: imx: i2c: Use gpio_request() to request GPIOs
by Simon Glass
· 10 years ago
8d91436
imx: Add error checking to setup_i2c()
by Simon Glass
· 10 years ago
73285a2
dm: serial: Put common code into separate functions
by Simon Glass
· 10 years ago
5b3abbe
initcall: Display error number when an error occurs
by Simon Glass
· 10 years ago
acf79bd
dm: core: Allow a list of devices to be declared in one step
by Simon Glass
· 10 years ago
5d169aa
dm: linker_lists: Add a way to declare multiple objects
by Simon Glass
· 10 years ago
ffae791
dm: exynos: cros_ec: Move cros_ec_spi to driver model
by Simon Glass
· 10 years ago
ff425d8
dm: sandbox: cros_ec: Move sandbox cros_ec to driver module
by Simon Glass
· 10 years ago
44569b5
dm: cros_ec: Add support for driver model
by Simon Glass
· 10 years ago
1121b1b
dm: tegra: spi: Convert to driver model
by Simon Glass
· 10 years ago
b4381ee
dm: tegra: dts: Add aliases for spi on tegra30 boards
by Simon Glass
· 10 years ago
25348a4
dm: sf: Add tests for SPI flash
by Simon Glass
· 10 years ago
abae56d
dm: spi: Add tests
by Simon Glass
· 10 years ago
aa7a068
dm: exynos: config: Use driver model for SPI flash
by Simon Glass
· 10 years ago
0186238
dm: sf: sandbox: Convert SPI flash driver to driver model
by Simon Glass
· 10 years ago
6f7d259
dm: Convert spi_flash_probe() and 'sf probe' to use driver model
by Simon Glass
· 10 years ago
d6eedf7
dm: sf: Add a uclass for SPI flash
by Simon Glass
· 10 years ago
c10c3d4
spi: Use error return value in sf_ops
by Simon Glass
· 10 years ago
d34b456
sf: Tidy up public and private header files
by Simon Glass
· 10 years ago
fdca2aa
exynos: universal_c210: Move to driver model soft_spi
by Simon Glass
· 10 years ago
bae15dd
dm: spi: Add documentation on how to convert over SPI drivers
by Simon Glass
· 10 years ago
ca7eafe
dm: exynos: Convert SPI to driver model
by Simon Glass
· 10 years ago
456dd7c
dm: spi: Add soft_spi implementation
by Simon Glass
· 10 years ago
43d4a54
dm: spi: Remove SPI_INIT feature
by Simon Glass
· 10 years ago
6fd26bc
dm: spi: Rename soft_spi.c to soft_spi_legacy.c
by Simon Glass
· 10 years ago
95429fe
dm: sandbox: spi: Move to driver model
by Simon Glass
· 10 years ago
3cc94b1
dm: spi: Adjust cmd_spi to work with driver model
by Simon Glass
· 10 years ago
def9215
dm: Add spi.h header to a few files
by Simon Glass
· 10 years ago
55316ad
dm: Remove spi_init() from board_r.c when using driver model
by Simon Glass
· 10 years ago
10a4a33
dm: sandbox: Add a SPI emulation uclass
by Simon Glass
· 10 years ago
dd82d44
dm: spi: Add a uclass for SPI
by Simon Glass
· 10 years ago
47424ec
dm: core: Add a clarifying comment on struct udevice's seq member
by Simon Glass
· 10 years ago
1586a84
dm: core: Allow parents to pass data to children during probe
by Simon Glass
· 10 years ago
44da735
dm: core: Add functions for iterating through device children
by Simon Glass
· 10 years ago
fd91fc9
sandbox: dts: Add a SPI device and cros_ec device
by Simon Glass
· 10 years ago
767e737
dm: exynos: Move serial to driver model
by Simon Glass
· 10 years ago
f2b8f9c
dm: exynos: Mark exynos5 console as pre-reloc
by Simon Glass
· 10 years ago
9b4e0e8
dm: exynos: gpio: Convert to driver model
by Simon Glass
· 10 years ago
4f83d3d
dm: exynos: Make sure that GPIOs are requested
by Simon Glass
· 10 years ago
3898ab7
dm: exynos: Tidy up GPIO defines
by Simon Glass
· 10 years ago
37f1162
dm: exynos: Tidy up GPIO headers
by Simon Glass
· 10 years ago
7d3de47
dm: exynos: Move s5p_goni to generic board
by Simon Glass
· 10 years ago
de80601
dm: exynos: Move smdkc100 to generic board
by Simon Glass
· 10 years ago
3e44c40
dm: exynos: Add pinctrl settings for s5p_goni
by Simon Glass
· 10 years ago
5d6927a
dm: exynos: Add pinctrl settings for smdkc100
by Simon Glass
· 10 years ago
89e5838
dm: exynos: dts: Adjust device tree files for U-Boot
by Simon Glass
· 10 years ago
e3582fa
dm: exynos: dts: Remove unused pinctrl information to save space
by Simon Glass
· 10 years ago
144cb55
dm: exynos: Bring in pinctrl dts files from Linux kernel
by Simon Glass
· 10 years ago
78cefc0
dm: exynos: dts: Convert /include/ to #include
by Simon Glass
· 10 years ago
20f67cf
arm: goni: add i2c_init_board()
by Robert Baldyga
· 10 years ago
f797bc2
dm: add of_match_ptr() macro
by Masahiro Yamada
· 10 years ago
1833130
dm: fix include guard
by Masahiro Yamada
· 10 years ago
63b3a8f
dm: include <linker_lists.h> from platdata.h and uclass.h
by Masahiro Yamada
· 10 years ago
d7a73f2
linker_lists: include <linux/compiler.h>
by Masahiro Yamada
· 10 years ago
94b83d6
dm: simplify the loop in lists_driver_lookup_name()
by Masahiro Yamada
· 10 years ago
892e38c
dm: do not check the existence of uclass operation
by Masahiro Yamada
· 10 years ago
191fa3b
dm: fix comments
by Masahiro Yamada
· 10 years ago
c7ae09b
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
10be7d4
ls102x: Add support for secure boot and enable blob command
by Ruchika Gupta
· 10 years ago
29e4b0e
mpc85xx: configs - Enable blob command in freescale platforms
by Ruchika Gupta
· 10 years ago
4345a57
crypto/fsl: Add command for encapsulating/decapsulating blobs
by Ruchika Gupta
· 10 years ago
2998af1
powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot
by Ruchika Gupta
· 10 years ago
901ae76
ls102x: configs - Add hash command in freescale LS1 platforms
by Ruchika Gupta
· 10 years ago
12af67f
mpc85xx: configs - Add hash command in freescale platforms
by Ruchika Gupta
· 10 years ago
ac1b269
fsl_sec: Add hardware accelerated SHA256 and SHA1
by Ruchika Gupta
· 10 years ago
bb7143b
fsl_sec : Change accessor function to take care of endianness
by Ruchika Gupta
· 10 years ago
e24fde9
fsl_sec : Move SEC CCSR definition to common include
by Ruchika Gupta
· 10 years ago
604a959
powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
by Ruchika Gupta
· 10 years ago
9cf0e2d
video: ipu_disp: remove pixclk fixup
by Jeroen Hofstee
· 10 years ago
9827621
video: ipu: fix debug and comment
by Jeroen Hofstee
· 10 years ago
f461f12
lcd: Fix build error with CONFIG_LCD_BMP_RLE8
by Simon Glass
· 10 years ago
9956d47
Prepare v2014.10
by Tom Rini
· 10 years ago
88ccfd8
sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step
by Hans de Goede
· 10 years ago
27368e7
Makefile: drop "tools-only" from no-dot-config-targets
by Tom Rini
· 10 years ago
c8ac489
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
2033682
Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
ab43536
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
3835fbe
arm: socfpga: Use EMAC1 on SoCDK
by Marek Vasut
· 10 years ago
ae57d5a
arm: socfpga: add MAINTAINERS entry
by Pavel Machek
· 10 years ago
e1774be
tools: compiler.h: Fix build on FreeBSD
by Jeroen Hofstee
· 10 years ago
89cd46f
arm, at91: add generic board support for the taurus and corvus board
by Heiko Schocher
· 10 years ago
cc496b5
ARM: atmel: switch at91sam9263ek to generic board
by Bo Shen
· 10 years ago
623de87
sama5d3xek: run PHY's config
by Andreas Bießmann
· 10 years ago
d43a89a
macb: simplify gmac initialisation
by Andreas Bießmann
· 10 years ago
4c4150c
serial-uclass: Fix compilation error
by Hans de Goede
· 10 years ago
98e6c25
ks2_evm: readme: align according to actual sources
by Khoronzhuk, Ivan
· 10 years ago
4687de1
configs:ks2_evm: update defconfigs to support SPL
by Murali Karicheri
· 10 years ago
6057854
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 10 years ago
b372dd1
am335x_evm: Correct BOOTCOUNT driver support
by Tom Rini
· 10 years ago
d6b4694
common/board_r: remove warning in initr_mem for 64-bit phys_size_t
by Valentin Longchamp
· 10 years ago
c61633c
board/BuR: fix pinmux for MII Ethernet Interface
by Hannes Petermaier
· 10 years ago
65071d5
scripts/multiconfig.sh: Fix a typo
by York Sun
· 10 years ago
2699758
multiconfig.sh: replace GNU sed specific match
by Jeroen Hofstee
· 10 years ago
6355728
VCMA9: remove EXT2 support
by David Müller (ELSOFT AG)
· 10 years ago
Next »