Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | | | | zynq: timer: Fix hangs if network activity attempted after about one hour | Michal Simek | 2014-02-19 | -2/+2 | |
| | * | | | | | | zynq: timer: Migrate to zynq clock framework | Soren Brinkmann | 2014-02-19 | -4/+7 | |
| | * | | | | | | zynq: Provide a framework to read clock frequencies | Soren Brinkmann | 2014-02-19 | -2/+701 | |
| | * | | | | | | common: Provide DIV_ROUND_CLOSEST macro | Soren Brinkmann | 2014-02-19 | -0/+16 | |
| | * | | | | | | zynq: serial: Simplify serial driver initialization | Michal Simek | 2014-02-19 | -31/+24 | |
| | * | | | | | | zynq: Move bootmode to headers | Michal Simek | 2014-02-19 | -6/+6 | |
| | * | | | | | | zynq: Use board_eth_init if CMD_NET is not enabled | Michal Simek | 2014-02-19 | -2/+0 | |
| | * | | | | | | zynq: Enable tftp put command | Michal Simek | 2014-02-19 | -0/+1 | |
| | * | | | | | | zynq: Extend kernel image size to 20MB | Michal Simek | 2014-02-19 | -0/+3 | |
| | * | | | | | | zynq: Fix incorrect header name | Michal Simek | 2014-02-19 | -2/+2 | |
| | * | | | | | | zynq: Enable dcache support | Michal Simek | 2014-02-19 | -0/+8 | |
| | * | | | | | | zynq: Do not explicitely enable icache | Michal Simek | 2014-02-19 | -2/+0 | |
| * | | | | | | | Exynos5250: Remove lowlevelinit | Rajeshwari S Shinde | 2014-02-19 | -82/+0 | |
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-02-19 | -70403/+5 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | ARM: serial: Remove the IXP UART driver | Marek Vasut | 2014-02-06 | -137/+0 | |
| | * | | | | | | ARM: NET: Remove the IXP NPE ethernet driver | Marek Vasut | 2014-02-06 | -65939/+0 | |
| | * | | | | | | ARM: PCI: Remove the IXP PCI driver | Marek Vasut | 2014-02-06 | -356/+0 | |
| | * | | | | | | ARM: USB: Remove the IXP EHCI driver | Marek Vasut | 2014-02-06 | -38/+0 | |
| | * | | | | | | ARM: IXP: Remove the IXP architecture support | Marek Vasut | 2014-02-06 | -1547/+0 | |
| | * | | | | | | ARM: IXP: Remove dvl_host board | Marek Vasut | 2014-02-06 | -500/+1 | |
| | * | | | | | | ARM: IXP: Remove actux4 board | Marek Vasut | 2014-02-06 | -375/+1 | |
| | * | | | | | | ARM: IXP: Remove actux3 board | Marek Vasut | 2014-02-06 | -506/+1 | |
| | * | | | | | | ARM: IXP: Remove actux2 board | Marek Vasut | 2014-02-06 | -479/+1 | |
| | * | | | | | | ARM: IXP: Remove actux1 board | Marek Vasut | 2014-02-06 | -526/+1 | |
| | | |_|/ / / | | |/| | | | | |||||
* | | | | | | | blackfin: Add <asm/clock.h> to numerous drivers | Tom Rini | 2014-02-20 | -0/+7 | |
* | | | | | | | dfu: mmc: fs: Fix format accepted by ext4write command | Lukasz Majewski | 2014-02-20 | -4/+3 | |
* | | | | | | | venice2: move device tree to fix build error | Masahiro Yamada | 2014-02-20 | -3/+2 | |
* | | | | | | | arc: remove "hardware.h" | Alexey Brodkin | 2014-02-20 | -10/+0 | |
* | | | | | | | designware_i2c: remove inclusion of <asm/arch/hardware.h> | Alexey Brodkin | 2014-02-20 | -1/+0 | |
* | | | | | | | spear: move CONFIG_SYS_I2C_BASE from arch-spear/hardware to board configs | Alexey Brodkin | 2014-02-20 | -4/+10 | |
* | | | | | | | OMAP24xx I2C: Add support for set-speed | Hannes Petermaier | 2014-02-20 | -50/+98 | |
* | | | | | | | i2c: i2c-mxs: Wait for I2C to empty queue | Marek Vasut | 2014-02-20 | -7/+32 | |
* | | | | | | | designware_i2c: Enhance DesignWare I2C driver address support | Chin Liang See | 2014-02-20 | -32/+9 | |
* | | | | | | | i2c, bootcount: add support for bootcounter on i2c devices | Heiko Schocher | 2014-02-20 | -0/+65 | |
* | | | | | | | blackfin: make i2c driver blackfin independant | Scott Jiang | 2014-02-20 | -71/+80 | |
* | | | | | | | blackfin: rename bfin-twi_i2c driver to adi_i2c | Sonic Zhang | 2014-02-20 | -0/+393 | |
* | | | | | | | blackfin: add spi and i2c specific get clock functions | Sonic Zhang | 2014-02-20 | -14/+21 | |
* | | | | | | | blackfin: the sclk MHz in i2c driver should be divided by 1000 other than 1024 | Sonic Zhang | 2014-02-20 | -1/+1 | |
* | | | | | | | i2c: zynq: Add support for the second i2c controller | Michael Burr | 2014-02-20 | -20/+30 | |
* | | | | | | | i2c: zynq: Support for 0-length register address | Michael Burr | 2014-02-20 | -19/+23 | |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Prepare v2014.04-rc1 | Tom Rini | 2014-02-19 | -2/+2 | |
* | | | | | | kbuild,tegra124: add dummy obj- for Kbuild | Masahiro Yamada | 2014-02-19 | -0/+3 | |
* | | | | | | cosmetic: FIT: fix a strange comment | Masahiro Yamada | 2014-02-19 | -1/+1 | |
* | | | | | | Move CONFIG_DISPLAY_CPUINFO to Makefile | Masahiro Yamada | 2014-02-19 | -6/+6 | |
* | | | | | | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee | Masahiro Yamada | 2014-02-19 | -12/+14 | |
* | | | | | | configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL} | Masahiro Yamada | 2014-02-19 | -6/+0 | |
* | | | | | | configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZE | Masahiro Yamada | 2014-02-19 | -51/+8 | |
* | | | | | | dts: generate multiple device tree blobs | Masahiro Yamada | 2014-02-19 | -11/+83 | |
* | | | | | | dts: move device tree sources to arch/$(ARCH)/dts/ | Masahiro Yamada | 2014-02-19 | -3/+2 | |
* | | | | | | dts: re-write dts/Makefile more simply with Kbuild | Masahiro Yamada | 2014-02-19 | -72/+41 |