projects
/
platform
/
kernel
/
u-boot.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ARM: UniPhier: make pinmon command optional
2014-10-27
Simon Glass
test: Add a simple test to detected warnings with uint64_t...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
usb: Use correct printf() format string for uintptr_t
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
scsi: Use correct printf() format string for uintptr_t
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
x86: Use correct printf() format string for uintptr_t
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
Tidy up data sizes and function comment in display_options
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
Use uint64_t instead of u64 in put_dec()
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
Use uint64_t for time types
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
ext4: Use inttypes for printf() string
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-27
Simon Glass
cli: hush: Adjust 'run' command to run each line of...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: x86: Convert coreboot serial to use driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: x86: dts: Add additional info to the serial port...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: x86: Convert Intel ICH6 GPIO driver to use driver...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: x86: Add a gpio header for coreboot
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: x86: Support pre-reloc malloc()
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: x86: Zero global data before board_init_f()
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: x86: Remove ebp assembler warning in zimage.c
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: serial: ns16550: Add a cast to the I/O operations
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: Remove unused get_state() uclass method
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: dts: Move omap device tree includes to correct...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: imx: Drop request()/free() in the driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: exynos: Drop request()/free() in the driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: rpi_b: Drop request()/free() in the driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: omap3: Drop request()/free() in the driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: tegra: Drop request()/free() in the driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
test: dm: Add additional GPIO tests
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
test: dm: Support memory leak checking as a core feature
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: Add gpio_requestf() helper for printf() strings
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
test: dm: Update GPIO tests for new gpio_request()...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: sandbox: Drop request()/free() in the driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: sandbox: Implement the remove() method
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: sandbox: Implement the get_function() method
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: Move the function for getting GPIO status into...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: Add gpio_get_function() and friends
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: Implement GPIO reservation in the uclass
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: omap3: Move to driver model for GPIO and serial
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: am33xx: Move to driver model for GPIO and serial
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: omap: serial: Add driver model support
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: am33xx: Provide platform data for serial
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: am33xx: Provide platform data for GPIOs
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: omap: gpio: Support driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: omap: gpio: Put _get_gpio_value() logic into its...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: dts: omap: Select correct console for beaglebone
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: serial: Support CONFIG_CONS_INDEX if available
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: ns16550: Correct the probe logic for platform data
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: ns16550: Use an address instead of a pointer for...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: serial: ns16550: Correct logic for checking for...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: serial: Reset the watchdog while waiting in getc()
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-24
Simon Glass
dm: gpio: Support numbered GPIOs
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
net: Display the size when tftpboot finishes
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: Enable FIT, ELF on coreboot
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: config: link: Display the board model on the screen
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: link: Tidy up the command lines options
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
doc: Remove note about auto-complete not working with...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: cros_ec: Enable cros_ec for link
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: cros_ec: Update LPC driver for new cros_ec header
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: dts: Add device tree compatible string for Intel IPC
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: Add device tree information for Chrome OS EC
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-23
Simon Glass
x86: config: Enable dhcp on link
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: serial: Support driver model in pl01x driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: serial: Tidy up the pl01x driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: rpi: Convert GPIO driver to driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: core: Add support for simple-bus
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: imx: Move cm_fx6 to use driver model for serial...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: imx: serial: Support driver model in the MXC serial...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: imx: gpio: Support driver model in MXC gpio driver
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: imx: i2c: Use gpio_request() to request GPIOs
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
imx: Add error checking to setup_i2c()
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: serial: Put common code into separate functions
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
initcall: Display error number when an error occurs
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: core: Allow a list of devices to be declared in...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: linker_lists: Add a way to declare multiple objects
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: exynos: cros_ec: Move cros_ec_spi to driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: sandbox: cros_ec: Move sandbox cros_ec to driver...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: cros_ec: Add support for driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: tegra: spi: Convert to driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: tegra: dts: Add aliases for spi on tegra30 boards
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: sf: Add tests for SPI flash
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: spi: Add tests
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: exynos: config: Use driver model for SPI flash
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: sf: sandbox: Convert SPI flash driver to driver...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: Convert spi_flash_probe() and 'sf probe' to use...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: sf: Add a uclass for SPI flash
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
spi: Use error return value in sf_ops
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
sf: Tidy up public and private header files
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
exynos: universal_c210: Move to driver model soft_spi
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: spi: Add documentation on how to convert over SPI...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: exynos: Convert SPI to driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: spi: Add soft_spi implementation
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: spi: Remove SPI_INIT feature
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: spi: Rename soft_spi.c to soft_spi_legacy.c
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: sandbox: spi: Move to driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: spi: Adjust cmd_spi to work with driver model
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: Add spi.h header to a few files
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: Remove spi_init() from board_r.c when using driver...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: sandbox: Add a SPI emulation uclass
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: spi: Add a uclass for SPI
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: core: Add a clarifying comment on struct udevice...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: core: Allow parents to pass data to children during...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
2014-10-22
Simon Glass
dm: core: Add functions for iterating through device...
Signed-off-by:
Simon Glass
<sjg@chromium.org>
commit
|
commitdiff
|
tree
next