summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mvebu'Sascha Hauer2018-06-119-74/+146
|\
| * scripts/kwboot: fix image check for v0 imagesUwe Kleine-König2018-06-081-10/+53
| * omap/am33xx_bbu: use file_write_flash() instead of its own variantUwe Kleine-König2018-06-081-35/+3
| * libfile: implement new helper write_file_flash()Uwe Kleine-König2018-06-082-0/+34
| * kwbimage_v0: add support to detect and boot a mvebu v0 imageUwe Kleine-König2018-06-043-7/+27
| * dove: fix bit layout of DOVE_CPU_CTRL registerUwe Kleine-König2018-05-311-2/+2
| * dove: move memory controller remapping before RAM detectionUwe Kleine-König2018-05-312-22/+29
* | Merge branch 'for-next/misc'Sascha Hauer2018-06-1161-1932/+5047
|\ \
| * | scripts: create a separate section for host toolsUwe Kleine-König2018-06-116-12/+58
| * | scripts: omap3-usb-loader: fix compiler warningSascha Hauer2018-06-111-6/+4
| * | Add builtin firmware supportSascha Hauer2018-06-085-1/+71
| * | Kbuild: Add $(quote)Sascha Hauer2018-06-081-0/+1
| * | commands: mmc_extcsd: Add support to write multibyte registersTeresa Remmet2018-06-081-17/+27
| * | defaultenv-2: make abort key to stop autoboot configurableOleksij Rempel2018-06-072-3/+17
| * | scripts/dtc: Update to upstream version 1.4.6Pascal Vizeli2018-06-0736-1728/+4578
| * | scripts: gitignore omap3-usb-loader binaryRoland Hieber2018-06-071-0/+1
| * | .gitignore: sort normal pattern rules alphabeticallyMasahiro Yamada2018-06-041-15/+15
| * | mtd: nand: omap_gpmc: fix: remove bch4 string extantHeinrich.Toews@wago.com2018-05-311-1/+0
| * | commands/of_node: add option to apply changes as fixupBaeuerle, Florian2018-05-281-31/+75
| * | commands/of_property: add option to apply changes as fixupBaeuerle, Florian2018-05-281-53/+138
| * | mtd: nand: nand_omap_gpmc: Fix ecc stepsTeresa Remmet2018-05-241-60/+55
| * | mw command: add `-x` option descriptionPeter Mamonov2018-05-241-1/+2
| * | scripts/mkimage: Fix strncpy usageAndrey Smirnov2018-05-231-1/+1
| * | net: use dev_warn() when no MAC address is setVivien Didelot2018-05-221-1/+1
| * | doc: boards: imx: link to mxs documentationRoland Hieber2018-05-141-1/+1
| * | README: describe how to build the documentationRoland Hieber2018-05-141-1/+2
* | | Merge branch 'for-next/mips'Sascha Hauer2018-06-1110-24/+55
|\ \ \
| * | | MIPS: don't use optimized string functions for MIPS64Peter Mamonov2018-05-241-0/+1
| * | | MIPS: 64BIT selects PHYS_ADDR_T_64BITPeter Mamonov2018-05-241-0/+1
| * | | MIPS: add PHYS_ADDR_T_64BIT optionPeter Mamonov2018-05-241-0/+3
| * | | MIPS: use CKSEG1 instead of KSEG1Peter Mamonov2018-05-242-6/+6
| * | | MIPS: fix copy_to_link_location for 64 bit modePeter Mamonov2018-05-241-10/+11
| * | | MIPS: add proper IOMEM() declaration for MIPS64Peter Mamonov2018-05-241-0/+4
| * | | include/common.h: move IOMEM declaration for MIPS to arch/mips/include/asm/io.hPeter Mamonov2018-05-242-5/+4
| * | | MIPS: import 64-bit address conversion macrosPeter Mamonov2018-05-241-0/+20
| * | | i2c-mux-pca954x: fix out-of-bounds write for 64 bit systemsPeter Mamonov2018-05-241-1/+3
| * | | mtd: cfi-flash: fix write_buff() for 64 bit systemsPeter Mamonov2018-05-241-1/+1
| * | | resource: fix iomem_resource.end for 64 bit systemsPeter Mamonov2018-05-231-1/+1
| | |/ | |/|
* | | Merge branch 'for-next/imx-ocotp'Sascha Hauer2018-06-117-115/+193
|\ \ \
| * | | ARM: i.MX: ocotp: Add i.MX8MQ supportSascha Hauer2018-06-082-1/+11
| * | | nvmem: ocotp: Convert to NVMEM deviceAndrey Smirnov2018-05-311-3/+35
| * | | nvmem: Use name from struct nvmem_config for cdevAndrey Smirnov2018-05-311-15/+3
| * | | i.MX: ocotp: Move OCOTP driver to drivers/nvmemAndrey Smirnov2018-05-315-22/+26
| * | | i.MX: ocotp: Simplify BF macroAndrey Smirnov2018-05-311-4/+1
| * | | i.MX: ocotp: Simplify OCOTP field packing/unpackingAndrey Smirnov2018-05-312-13/+13
| * | | i.MX: ocotp: Change MAC address layout for VFxxxAndrey Smirnov2018-05-311-10/+54
| * | | i.MX: ocotp: Unify code paths for reading MAC addressAndrey Smirnov2018-05-312-62/+65
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2018-06-1157-216/+4290
|\ \ \
| * | | ARM: i.MX8: Add DDRC PHY and DDR CTL base addressesAndrey Smirnov2018-06-111-1/+3
| * | | ARM: lib64: Make string functions aware of MMU configurationAndrey Smirnov2018-06-117-12/+50