summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: imx6: Add DT bindings to configure PHY Tx driver settingsAndrey Smirnov2016-05-031-3/+31
* PCI: imx6: Remove broken Gen2 workaroundAndrey Smirnov2016-05-031-16/+1
* PCI: imx6: Move PHY reset into imx6_pcie_establish_link()Andrey Smirnov2016-05-031-13/+15
* PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functionsAndrey Smirnov2016-04-281-17/+17
* PCI: imx6: Simplify a trivial if-return sequenceFabio Estevam2016-04-281-10/+2
* PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()Andrey Smirnov2016-04-281-2/+2
* PCI: imx6: Add proper i.MX6+ reset sequenceAndrey Smirnov2016-04-282-29/+66
* OF: Port of_match_device() and of_device_get_match_data()Andrey Smirnov2016-04-283-1/+82
* PCI: imx6: Simplify imx6_pcie_remove()Andrey Smirnov2016-04-281-18/+1
* ARM: i.MX53: ccxmx53: Fix memory detection.Jason Cobham2016-04-214-20/+29
* filetype: Fix booting ARM Linux Kernels with CONFIG_EFI enabledSascha Hauer2016-04-191-2/+3
* fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-198-8/+12
* i2c_probe: fix wrong start and stop addressesMiquel Raynal2016-04-151-1/+1
* ARM: tegra: set up stack before calling maincluster entryLucas Stach2016-04-141-3/+4
* scripts: imx-image: Fix image size in flash header for i.MX35Alexander Stein2016-04-141-3/+4
* lib: declared buffer is too small to hold stringRenaud Barbier2016-04-121-1/+1
* Merge branch 'for-next/ubifs'Sascha Hauer2016-04-0855-2386/+18644
|\
| * ubifs: update implementation from u-boot v2016.03Alexander Stein2016-04-0825-1960/+16758
| * barebox-wrapper: Add kcalloc and __vmallocAlexander Stein2016-04-081-0/+2
| * barebox-wrapper: Implement kfree and vfree as static inline functionsAlexander Stein2016-04-081-2/+9
| * Move GFP_NOFS to barebox-wrapperAlexander Stein2016-04-082-3/+2
| * ARM: Add atomic.h from u-boot v2016.03Alexander Stein2016-04-083-0/+595
| * module.h: Add THIS_MODULEAlexander Stein2016-04-081-0/+1
| * compiler*.h: include/linux/compiler*.h with Linux 4.5Alexander Stein2016-04-083-4/+203
| * printk: Add pr_contAlexander Stein2016-04-081-0/+1
| * Add list_sort from u-boot v2016.03Alexander Stein2016-04-083-0/+308
| * printk: Add printk_onceAlexander Stein2016-04-081-0/+10
| * rbtree: Update to u-boot v2016.03Alexander Stein2016-04-083-373/+697
| * mtd: ubi: Set max_write_size to actual value read from flashAlexander Stein2016-04-081-1/+1
| * mtd: cfi-flash: Set MTD's writebufsizeAlexander Stein2016-04-081-0/+1
| * decompressors: Use malloc/free wrappersSascha Hauer2016-04-0810-41/+55
| * PPC: atomic: remove non existing header includeSascha Hauer2016-04-081-2/+0
| * PPC: discard unused functionsSascha Hauer2016-04-081-0/+1
| * mtd: doc3: Fix wrong format specifierSascha Hauer2016-04-081-1/+1
| * commands: nandtest: Fix wrong format specifierSascha Hauer2016-04-081-1/+1
| * ARM: i.MX27: Fix gpt compatible for latest device treesSascha Hauer2016-04-081-0/+3
* | Merge branch 'for-next/ubiformat'Sascha Hauer2016-04-089-12/+157
|\ \
| * | ubiformat: Cleanly umount and detach the ubi before formatingMarkus Pargmann2016-04-081-2/+22
| * | commands: ubidetach: Allow mtd devices as argumentSascha Hauer2016-04-081-4/+26
| * | mtd: ubi: Add function to get ubi number from mtd deviceSascha Hauer2016-04-082-0/+21
| * | mtd: ubi: umount mounted volumes before detaching a ubi deviceSascha Hauer2016-04-081-0/+17
| * | mtd: ubi: make ubi_detach_mtd_dev ubi internalSascha Hauer2016-04-084-2/+23
| * | mtd: ubi: rename cdev.c to barebox.cSascha Hauer2016-04-082-1/+1
| * | fs: umount based on device path and mount pathMarkus Pargmann2016-04-083-4/+47
| * | fs: Add for_each_fs_device_safe()Markus Pargmann2016-04-081-0/+1
| |/
* | Merge branch 'for-next/rtc'Sascha Hauer2016-04-082-7/+19
|\ \
| * | ds1307: Configure ds1341 for lowest power modeAndrey Smirnov2016-04-051-4/+16
| * | ds1307: Fix a bug in probe()Andrey Smirnov2016-04-051-1/+1
| * | rtc: abracon: Check obtained time for validityAndrey Smirnov2016-04-051-2/+2
* | | Merge branch 'for-next/mtd-imx-nand'Sascha Hauer2016-04-082-121/+139
|\ \ \