summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs: Create automount entries for the default mount pathesSascha Hauer2017-05-104-0/+26
| * | | commands: usbgadget: update fastboot help textOleksij Rempel2017-05-081-1/+2
| * | | Documentation: usbgadget: provide autostart notesOleksij Rempel2017-05-081-0/+21
* | | | Merge branch 'for-next/mips'Sascha Hauer2017-06-143-8/+2
|\ \ \ \
| * | | | MIPS: start.S: put entry code into the ".text_entry" sectionAntony Pavlov2017-05-081-1/+1
| * | | | MIPS: barebox.lds.S: put .text_entry contents after _stext and _textAntony Pavlov2017-05-081-1/+1
| * | | | MIPS: barebox.lds.S: remove unused gotAntony Pavlov2017-05-081-3/+0
| * | | | MIPS: barebox.lds.S: drop unneeded '_start = .'Antony Pavlov2017-05-081-1/+0
| * | | | MIPS: start*.S: drop redundant .textAntony Pavlov2017-05-082-2/+0
| |/ / /
* | | | Merge branch 'for-next/imx'Sascha Hauer2017-06-1437-245/+835
|\ \ \ \
| * | | | ARM: i.MX6 Wandboard: add DocumentationAlexander Kurz2017-06-131-0/+21
| * | | | ARM: i.MX6 Wandboard: enable Wandboard QuadAlexander Kurz2017-06-131-1/+2
| * | | | ARM: i.MX6 Wandboard Quad: fix PBL UART MUXAlexander Kurz2017-06-131-3/+17
| * | | | ARM: i.MX6 Wandboard: dont do MMDC Write Leveling CalibrationAlexander Kurz2017-06-131-1/+0
| * | | | i.MX/WD: setup the watchdog according to its datasheetJuergen Borleis2017-06-071-0/+6
| * | | | ARM: i.MX6: add Technexion Pico Hobbit supportMichael Grzeschik2017-06-0713-0/+360
| * | | | i.MX: fec: add post PHY reset delay DT propertyMichael Grzeschik2017-06-071-1/+9
| * | | | ARM: phytec-som-imx6: remove needles enet refclk setupMichael Grzeschik2017-06-071-19/+4
| * | | | ARM: i.MX: setup ENET_TX_CLK_DIR in imx6_init for every imx6ulMichael Grzeschik2017-06-071-0/+11
| * | | | ARM: imx6: gw54xx: use wdog1 for bareboxLucas Stach2017-06-011-0/+8
| * | | | ARM: imx6: gw54xx: fixup watchdog nodes on pre rev E boardsLucas Stach2017-06-011-0/+17
| * | | | ARM: imx6: gw54xx: add function to retrieve board revision from GSCLucas Stach2017-06-012-0/+16
| * | | | imx-bbu-nand-fcb: add support for imx6ullChristian Hemp2017-05-221-3/+3
| * | | | ARCH: ARM: Add support for phytec-phycore-imx6ullStefan Riedmueller2017-05-177-148/+241
| * | | | ARM: i.MX6ul: Add Clock support for i.MX6ullStefan Riedmueller2017-05-171-11/+62
| * | | | ARM: i.MX: Add i.MX6 ULL supportStefan Riedmueller2017-05-173-0/+7
| * | | | ARM: i.MX: HAB: update documentation of command sequence files (CSF)Marc Kleine-Budde2017-05-092-7/+13
| * | | | ARM: mx6sx-sabresdb: the ethernet clocks get enabled by fec_imxMichael Grzeschik2017-05-081-26/+1
| * | | | ARM: phytec-som-imx6: the ethernet clocks get enabled by fec_imxMichael Grzeschik2017-05-081-26/+1
| * | | | i.MX: fec: also enable optional clocksMichael Grzeschik2017-05-082-0/+37
| |/ / /
* | | | Merge branch 'for-next/gpio'Sascha Hauer2017-06-144-10/+208
|\ \ \ \
| * | | | usb-nop-xceiv: Add support for 'reset-gpios' bindingAndrey Smirnov2017-06-061-4/+41
| * | | | gpiolib: Add support for GPIO "hog" nodesAndrey Smirnov2017-06-061-1/+95
| * | | | gpiolib: Add code to support "active low" GPIOsAndrey Smirnov2017-06-062-4/+71
| * | | | gpio-imx: Do not use gpio_set_value()Andrey Smirnov2017-06-061-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-next/dts'Sascha Hauer2017-06-14778-4814/+32668
|\ \ \ \
| * | | | dts: update to v4.12-rc4Sascha Hauer2017-06-061-2/+0
| * | | | dts: update to v4.12-rc3Sascha Hauer2017-06-066-46/+77
| * | | | dts: update to v4.12-rc2Sascha Hauer2017-06-0619-80/+127
| * | | | dts: update to v4.12-rc1Sascha Hauer2017-06-06761-4687/+32465
| |/ / /
| * | | ratp: avoid using already freed memoryAleksander Morgado2017-06-061-2/+2
| * | | fs: Makefile: Add parseopt to all buildsDaniel Schultz2017-06-061-2/+2
* | | | Merge branch 'for-next/directory-links'Sascha Hauer2017-06-145-195/+237
|\ \ \ \
| * | | | fixup! fs: Implement links to directoriesSascha Hauer2017-05-111-2/+2
| * | | | ls: Fix showing links to directoriesSascha Hauer2017-05-111-10/+16
| * | | | fs: Implement links to directoriesSascha Hauer2017-05-113-120/+172
| * | | | fs: drop path_check_prereq()Sascha Hauer2017-05-111-65/+48
| * | | | errno: Include string for ELOOPSascha Hauer2017-05-111-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-next/arm'Sascha Hauer2017-06-145-12/+29
|\ \ \ \
| * | | | ARM: mvebu: fix size mask for RAM windowUwe Kleine-König2017-06-131-1/+1