summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Display the sequence number for each deviceSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Avoid activating devices in 'dm uclass' commandSimon Glass
2014-07-23dm: Move device display into its own functionSimon Glass
2014-07-23fdt: Add a function to get the alias sequence of a nodeSimon Glass
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass
2014-07-23stdio: Provide functions to add/remove devices using stdio_devSimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23sandbox: Remove all drivers before exitSimon Glass
2014-07-23dm: Provide a way to shut down driver modelSimon Glass
2014-07-23dm: Make sure that the root device is probedSimon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-07-23dm: Use an explicit expect value in core testsSimon Glass
2014-07-23dm: gpio: Don't use the driver model uclass for SPLSimon Glass
2014-07-23sandbox: Always enable malloc debugSimon Glass
2014-07-23sandbox: config: Enable pre-relocation malloc()Simon Glass
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass
2014-07-23Remove form-feeds from dlmalloc.cSimon Glass
2014-07-22m68k: define __kernel_size_t as unsinged int againMasahiro Yamada
2014-07-22m68k: fix an undefined behavior warning of M5253DEMO boardMasahiro Yamada
2014-07-22boards.cfg: re-claim ownership for TQM8xx boardsWolfgang Denk
2014-07-22Ethernet: let user know if there is no valid ethernet addressPavel Machek
2014-07-22board_r: run scsi init() on ARM tooIan Campbell
2014-07-22AHCI: Increase link timeout to 200msIan Campbell
2014-07-22.gitignore: clean-up unnecessary entriesMasahiro Yamada
2014-07-22Update .mailmap using scripts/mailmapperMasahiro Yamada
2014-07-22scripts: add mailmapper, a tool to create/update mailmap fileMasahiro Yamada
2014-07-22add .mailmap for proper git-shortlog outputMasahiro Yamada
2014-07-22whitespace cleanupsPavel Machek
2014-07-22Makefile: fix tags target documentationIgor Grinberg
2014-07-22Makefile: fix ctags/etags clean targetsIgor Grinberg
2014-07-22Makefile: fix the {c, e}tags/cscope build targetsIgor Grinberg
2014-07-22rpi_b: handle import of environments in files with CRLF as line endingsAlexander Holler
2014-07-22am335x_evm: handle import of environments in files with CRLF as line endingsAlexander Holler
2014-07-22omap3_beagle: handle import of environments in files with CRLF as line endingsAlexander Holler
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler
2014-07-22h2200: Disable SHA256 on FIT imagesTom Rini
2014-07-22lib/time.c cleanupsPavel Machek
2014-07-22common: cmd_ide: use __weak and add prototypesJeroen Hofstee
2014-07-22common: cmd_ide: remove PIO modeJeroen Hofstee
2014-07-22serial: ns16550: use a const variable instead of macroMasahiro Yamada
2014-07-22serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada