summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* environment: Fix overlapping partitions error messageLadislav Michl2018-10-121-2/+2
* Merge branch 'for-next/ubifs'Sascha Hauer2018-10-0944-16893/+2851
|\
| * fs: ubifs: optionally allow to mount UBIFS images with encrypted filesSascha Hauer2018-10-083-1/+11
| * ubifs: Update to v4.18-rc6Sascha Hauer2018-10-0821-550/+2147
| * vsprintf: implement %pVSascha Hauer2018-10-082-0/+20
| * compiler: Update to v4.19-rc6Sascha Hauer2018-10-085-457/+535
| * fs: ubifs: remove not needed codeSascha Hauer2018-10-0823-16206/+14
| * fs: implement clear_nlink and set_nlinkSascha Hauer2018-10-083-35/+18
| * fs: implement iget_locked and iget_failedSascha Hauer2018-10-083-29/+26
| * fs: implement file_inodeSascha Hauer2018-10-082-0/+6
| * fs: Add SB_* flagsSascha Hauer2018-10-081-0/+19
| * fs: Add fscrypt no-op headersSascha Hauer2018-10-082-0/+378
| * fs: let dir_emit_dots return intSascha Hauer2018-10-081-1/+2
| * Add more mutex no-opsSascha Hauer2018-10-082-3/+3
| * Add kmemdupSascha Hauer2018-10-084-20/+7
| * Add linux/slab.hSascha Hauer2018-10-086-37/+111
* | Merge branch 'for-next/socfpga'Sascha Hauer2018-10-093-9/+125
|\ \
| * | ARM: socfpga: Add missing inline to noop functionsSascha Hauer2018-10-031-5/+5
| * | ARM: dts: socfpga: achilles: enable second ethernet portSteffen Trumtrar2018-10-021-0/+21
| * | ARM: socfpga: achilles: let bootchooser boot from system0 initiallyEnrico Jorns2018-10-021-1/+1
| * | ARM: socfpga: achilles: bitstream will not exceed 32MEnrico Jorns2018-10-021-1/+1
| * | ARM: socfpga: achilles: move partitions to free disk spaceEnrico Jorns2018-10-021-2/+2
| * | barebox: move mmc partitions to partitions subnodeEnrico Jorns2018-10-021-7/+12
| * | dts: achilles: add state for bootchooserEnrico Jorns2018-10-021-0/+90
* | | Merge branch 'for-next/ratp'Sascha Hauer2018-10-0912-32/+806
|\ \ \
| * | | ratp: fix incorrect whitespaces in method callsAleksander Morgado2018-09-174-15/+15
| * | | ratp: use pr_ macros to print messagesAleksander Morgado2018-09-173-13/+19
| * | | ratp: use __packed instead of the full formAleksander Morgado2018-09-173-5/+5
| * | | bbremote: implement support for GPIO operationsAleksander Morgado2018-09-173-0/+166
| * | | ratp: implement support for GPIO commandsAleksander Morgado2018-09-174-1/+160
| * | | bbremote: implement i2c read/write supportAleksander Morgado2018-09-173-0/+147
| * | | ratp: implement i2c read/write supportAleksander Morgado2018-09-174-0/+296
* | | | Merge branch 'for-next/net-imx-fec'Sascha Hauer2018-10-091-72/+69
|\ \ \ \