summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2018-11-0936-180/+59
|\
| * ARM: clk: rk3188: don't set same clk rate twiceperachet7@gmail.com2018-11-091-0/+3
| * commands: mem: truncate mem device size to fit the loff_t file sizeLucas Stach2018-11-071-1/+2
| * pinctrl: at91: Do not print registration messagesSascha Hauer2018-11-021-2/+2
| * net: designware: look for a child device node for MDIO busIan Abbott2018-11-021-0/+10
| * Display barebox instead of kernel in build messageClément Leger2018-11-021-1/+1
| * partitions: efi: Constify force_gptAndrey Smirnov2018-10-291-1/+1
| * net: dhcp: fix option 54Marcin Niestroj2018-10-262-3/+4
| * rtc: ds1307: Add ds3231 to driver's ID listMarco Felsch2018-10-191-0/+1
| * i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-1921-164/+24
| * state: fix indentationUlrich Ölmann2018-10-191-1/+1
| * of: base: fix typoUlrich Ölmann2018-10-191-1/+1
| * miitool: Fix inconsistent spacingAndrey Smirnov2018-10-161-1/+1
| * rave-sp: backlight: Specify parent device correctlyAndrey Smirnov2018-10-161-0/+1
| * phy: call adjust_link in attach if using fixed-linkClément Leger2018-10-161-0/+4
| * state: fix documentation of state_new_from_node()Ulrich Ölmann2018-10-121-0/+1
| * common: state: use of_property_write_string() where appropriateUlrich Ölmann2018-10-121-4/+2
| * blspec: do not depend on BLOCKLadislav Michl2018-10-121-1/+0
* | Merge branch 'for-next/malloc'Sascha Hauer2018-11-095-37/+47
|\ \
| * | libfile: Error out if out of memory in read_file_2()Andrey Smirnov2018-10-161-1/+5
| * | tlsf_malloc: Set errno to ENOMEM on failureAndrey Smirnov2018-10-161-3/+16
| * | dummy_malloc: Check if sbrk() failsAndrey Smirnov2018-10-161-0/+5
| * | dummy_malloc: Make use of PTR_ALIGNAndrey Smirnov2018-10-161-4/+2
| * | tlsf_malloc: dummy_malloc: Share code for calloc()Andrey Smirnov2018-10-164-31/+21
* | | Merge branch 'for-next/imx'Sascha Hauer2018-11-0928-30/+1348
|\ \ \
| * | | ARM: nxp-imx8mq-evk: add barebox and env partitionsLucas Stach2018-11-092-3/+54
| * | | ARM: nxp-imx8mq-evk: remove SDRAM reservation for ATFLucas Stach2018-11-091-11/+0
| * | | ARM: i.MX: Add liteboard supportMarcin Niestroj2018-11-0912-0/+391
| * | | scripts: imx-image: fix first instruction in i.MX8MQ headerLucas Stach2018-11-092-1/+7
| * | | ARM: rdu1: Implement RDU1 config loadingAndrey Smirnov2018-11-063-0/+187
| * | | ARM: rdu1: Add an alias for Microwire EEPROMAndrey Smirnov2018-11-061-0/+5
| * | | nvmem: Port Linux driver for Microwire 93XX46 EEPROM chipsAndrey Smirnov2018-11-063-1/+458
| * | | lib: Port CRC8 implementation from Linux kernelAndrey Smirnov2018-11-064-0/+191
| * | | ARM: rdu2: fix warnings in Barebox internal DTLucas Stach2018-11-021-13/+3
| * | | ARM: rdu2: program e1000 iNVMLucas Stach2018-11-021-0/+30
| * | | ARM: rdu2: configure the USB port as OTGLucas Stach2018-11-021-0/+4
| * | | ARM: rdu2: config PMIC SW1AB and SW1C rails to 1.375Lucas Stach2018-11-021-0/+18
| * | | ARM: imx7d-zii-rpu2: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+9
| * | | ARM: vf610-zii-ssmb-spu3: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+11
| * | | ARM: vf610-zii-cfu1: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+10
| * | | ARM: vf610-zii-dev-rev-c: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+12
| * | | ARM: rdu1: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+13
| * | | ARM: rdu2: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+6
* | | | Merge branch 'for-next/gpio'Sascha Hauer2018-11-0935-88/+666
|\ \ \ \
| * | | | ARM: rdu2: Replace board code with gpio-hog nodesAndrey Smirnov2018-11-062-38/+36
| * | | | VF610: zii-vf610-dev: Drop switch reset GPIO configurationAndrey Smirnov2018-10-291-5/+0
| * | | | commands: gpio: Allow GPIOs to be specified by labelAndrey Smirnov2018-10-291-4/+7
| * | | | gpiolib: Introduce gpio_find_by_label()Andrey Smirnov2018-10-292-0/+23
| * | | | commands: gpio: Use kstrtoint() instead of simple_strtoul()Andrey Smirnov2018-10-291-3/+6
| * | | | commands: gpio: Move argument parsing into a shared functionAndrey Smirnov2018-10-291-19/+29