summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dm: powerpc: T1040/T1042: add i2c DM supportBiwen Li2020-05-046-7/+40
* configs: T2080: enable DM_I2CBiwen Li2020-05-0410-0/+10
* dm: powerpc: T2080/T2081: add i2c DM supportBiwen Li2020-05-044-6/+34
* configs: T4240RDB: enable DM_I2CBiwen Li2020-05-042-0/+2
* dm: ppc: T4240: add i2c DM supportBiwen Li2020-05-045-10/+320
* configs: MPC8548CDS: enable DM_I2CBiwen Li2020-05-043-0/+3
* dm: ppc: MPC8548CDS: add i2c DM supportBiwen Li2020-05-042-2/+10
* configs: P1010: Enable DM_I2C and DM_RTCBiwen Li2020-05-0416-0/+32
* dm: ppc: p1010: add i2c DM supportBiwen Li2020-05-042-2/+162
* configs: T1024RDB: enable DM_I2C and DM_RTCBiwen Li2020-05-044-0/+8
* dm: powerpc: T1023/T1024: add i2c DM supportBiwen Li2020-05-046-10/+181
* configs: P4080DS: enable DM_I2CBiwen Li2020-05-043-0/+3
* powerpc: dts: P4080: add i2c nodeBiwen Li2020-05-041-1/+3
* configs: P3041DS: enable DM_I2CBiwen Li2020-05-044-0/+4
* powerpc: dts: P3041: add i2c nodeBiwen Li2020-05-041-1/+3
* config: P2041RDB: enable DM_I2CBiwen Li2020-05-044-0/+4
* dm: powerpc: P2041RDB: add i2c DM supportBiwen Li2020-05-042-2/+12
* configs: P2020RDB: enable DM_I2C and DM_RTCBiwen Li2020-05-048-0/+16
* dts: powerpc: P2020RDB: add i2c nodeBiwen Li2020-05-041-0/+3
* configs: P1020RDB: enable DM_I2C and DM_RTCBiwen Li2020-05-0412-0/+24
* dm: powerpc: P1020: add i2c DM supportBiwen Li2020-05-044-3/+36
* configs: P5040DS: enable DM_I2CBiwen Li2020-05-044-0/+4
* dm: powerpc: P5040DS: add i2c DM supportBiwen Li2020-05-042-2/+11
* powerpc: create dts component of i2c to build up an SoCBiwen Li2020-05-044-0/+80
* rtc: pt7c4338: Add driver model supportBiwen Li2020-05-041-0/+100
* rtc: ds1337: Add driver model supportBiwen Li2020-05-041-0/+128
* Merge branch '2020-05-01-master-imports'Tom Rini2020-05-0132-90/+328
|\
| * .readthedocs.yml: fix type docs/Heinrich Schuchardt2020-05-011-1/+1
| * actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDRTom Rini2020-05-011-1/+1
| * common/board_r: Drop initr_bedbug wrapperWIP/2020-05-01-master-importsOvidiu Panait2020-05-011-10/+1
| * cmd/bedbug.c: Make bedbug_init have a return valueOvidiu Panait2020-05-012-3/+3
| * common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait2020-05-014-12/+6
| * malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...Marek Bykowski2020-05-012-3/+52
| * rsa: sig: fix config signature check for fit with paddingPhilippe Reynes2020-05-011-1/+1
| * test/py: vboot: add a test to check fit signature on fit with paddingPhilippe Reynes2020-05-011-19/+33
| * hush: avoid NULL check before free()Heinrich Schuchardt2020-05-011-2/+1
| * fs: ext4: avoid NULL check before free()Heinrich Schuchardt2020-05-011-10/+5
| * cmd/gpt: avoid NULL check before free()Heinrich Schuchardt2020-05-011-4/+2
| * tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer2020-05-011-0/+4
| * tools/mkimage: fix handling long filenamesSven Roederer2020-05-011-1/+1
| * arm: enable distro boot for bananapi-r2Matthias Brugger2020-05-012-5/+22
| * watchdog MediaTek add upstream compatibleMatthias Brugger2020-05-011-0/+1
| * timer MediaTek use upstream compatibleMatthias Brugger2020-05-011-0/+1
| * doc: describe the analysis of crash dumpsHeinrich Schuchardt2020-05-013-0/+143
| * rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes2020-05-011-2/+2
| * arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviourPatrick Delaunay2020-05-011-1/+4
| * arm: caches: add DCACHE_DEFAULT_OPTIONPatrick Delaunay2020-05-012-9/+10
| * arm: caches: protect dram_bank_mmu_setup access to bi_dramPatrick Delaunay2020-05-011-0/+4
| * configs: migrate CONFIG_SYS_ARM_CACHE_* in KconfigPatrick Delaunay2020-05-015-5/+28
| * tiny-printf: Support %iMarek Vasut2020-05-011-1/+2
|/