| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: mvebu: turris_omnia: fix leaked mtd device | Marek Behún | 2021-09-27 | 1 | -0/+3 |
* | arm: mvebu: turris_omnia: disable MCU watchdog in board_late_init() | Marek Behún | 2021-09-01 | 1 | -5/+5 |
* | arm: mvebu: turris_omnia: disable MCU watchdog in SPL when booting over UART | Marek Behún | 2021-09-01 | 1 | -1/+16 |
* | arm: mvebu: turris_omnia: don't guard by CONFIG_SPL_BUILD macro | Marek Behún | 2021-09-01 | 1 | -8/+0 |
* | arm: mvebu: turris_omnia: fixup MTD partitions in Linux' DTB | Marek Behún | 2021-07-19 | 1 | -0/+90 |
* | arm: mvebu: turris_{omnia, mox}: ensure running bootcmd_rescue always works | Pali Rohár | 2021-06-15 | 1 | -3/+10 |
* | arm: mvebu: turris_omnia: support invoking rescue boot from console | Marek Behún | 2021-06-04 | 1 | -24/+29 |
* | arm: mvebu: turris_omnia: update rescue mode boot command | Marek Behún | 2021-06-04 | 1 | -2/+7 |
* | ddr: marvell: a38x: add support for twin-die combined memory device | Moti Buskila | 2021-02-26 | 1 | -0/+2 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | env: Drop environment.h header file where not needed | Simon Glass | 2019-08-11 | 1 | -1/+0 |
* | env: Move env_set_ulong() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | arm: mvebu: turris_omnia: fix rescue mode bootcmd bootargs setting | Marek Behún | 2019-07-11 | 1 | -1/+2 |
* | arm: mvebu: turris_omnia: call pci_init from board init code | Marek Behún | 2019-07-11 | 1 | -0/+1 |
* | arm: mvebu: turris_omnia: fix adapters MAC addresses | Marek Behún | 2019-07-11 | 1 | -3/+3 |
* | arm: mvebu: turris_omnia: add RESET button handling | Marek Behún | 2019-05-03 | 1 | -0/+38 |
* | arm: mvebu: turris_omnia: fix regdomain env var setting | Marek Behún | 2019-05-03 | 1 | -1/+0 |
* | arm: mvebu: turris_*: remove watchdog include | Marek Behún | 2019-05-03 | 1 | -4/+0 |
* | arm: mvebu: turris_omnia: print board info as Turris Mox | Marek Behún | 2019-05-03 | 1 | -3/+5 |
* | arm: mvebu: turris_omnia: refactor more code | Marek Behún | 2019-05-03 | 1 | -30/+28 |
* | arm: mvebu: turris_omnia: move ATSHA204A from defconfig to Kconfig | Marek Behún | 2019-05-03 | 1 | -11/+0 |
* | arm: mvebu: turris_omnia: fix checkpatch warnings | Marek Behún | 2019-05-03 | 1 | -8/+8 |
* | arm: mvebu: turris_omnia: refactor I2C accessing code | Marek Behún | 2019-05-03 | 1 | -96/+109 |
* | arm: mvebu: turris_omnia: remove redundant code | Marek Behún | 2019-05-03 | 1 | -13/+0 |
* | watchdog: Implement generic watchdog_reset() version | Stefan Roese | 2019-04-26 | 1 | -35/+0 |
* | arm: mvebu: turris_omnia: fix eeprom/mcu device names | Pierre Bourdon | 2019-04-26 | 1 | -2/+2 |
* | watchdog: orion_wdt: take timeout value in ms | Chris Packham | 2019-04-12 | 1 | -1/+1 |
* | watchdog: Move watchdog_dev to data section (BSS may not be cleared) | Stefan Roese | 2019-04-08 | 1 | -1/+1 |
* | ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02 | Chris Packham | 2018-12-08 | 1 | -2/+2 |
* | mvebu: turris_omnia: add note about i2c slave disable | Baruch Siach | 2018-06-07 | 1 | -1/+5 |
* | ARM: mvebu: a38x: restore support for setting timing | Chris Packham | 2018-05-14 | 1 | -2/+4 |
* | ARM: mvebu: a38x: sync ddr training code with upstream | Chris Packham | 2018-05-14 | 1 | -16/+20 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | net: Move enetaddr env access code to env config instead of net config | Alex Kiernan | 2018-04-08 | 1 | -0/+1 |
* | arm: mvebu: correct comments around cas_wl/cas_l | Chris Packham | 2017-11-30 | 1 | -2/+2 |
* | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | mvebu: turris_omnia: Fix PEX vs SATA detection for board topology | Marek Behún | 2017-08-08 | 1 | -3/+8 |
* | marvell: armada385: Add the Turris Omnia board | Marek Behún | 2017-07-12 | 1 | -0/+530 |