summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: macb: no need for coherent memory for receive bufferSascha Hauer2018-11-021-2/+1
* | | Merge branch 'for-next/mtd'Sascha Hauer2018-11-094-42/+66
|\ \ \
| * | | USB: gadget: prevent unnecessary warning messageSascha Hauer2018-10-261-1/+4
| * | | mtd: nand: don't break long print messagesLadislav Michl2018-10-262-17/+12
| * | | mtd: nand: add accessors, macros for in-memory BBTLadislav Michl2018-10-261-22/+48
| * | | mtd: atmel_nand: replace printk with dev_infoLadislav Michl2018-10-261-2/+2
| | |/ | |/|
* | | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-095-10/+10
|\ \ \
| * | | nvmem: i.MX ocotp: Make locally used functions staticSascha Hauer2018-10-231-2/+2
| * | | usb: ulpi: Make locally used functions staticSascha Hauer2018-10-231-2/+2
| * | | drivers: clk: imx5: Make locally used functions staticSascha Hauer2018-10-231-3/+3
| * | | video: imx-ipu-v3: Make locally used function staticSascha Hauer2018-10-181-1/+1
| * | | mtd: nand: mxs: make locally used functions staticSascha Hauer2018-10-181-2/+2
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2018-11-0926-167/+42
|\ \ \
| * | | ARM: clk: rk3188: don't set same clk rate twiceperachet7@gmail.com2018-11-091-0/+3
| * | | 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
| * | | rtc: ds1307: Add ds3231 to driver's ID listMarco Felsch2018-10-191-0/+1
| * | | i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-1920-164/+20
| * | | of: base: fix typoUlrich Ölmann2018-10-191-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
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2018-11-093-1/+458
|\ \ \
| * | | nvmem: Port Linux driver for Microwire 93XX46 EEPROM chipsAndrey Smirnov2018-11-063-1/+458
| |/ /
* | | Merge branch 'for-next/gpio'Sascha Hauer2018-11-0919-26/+45
|\ \ \
| * | | gpiolib: Introduce gpio_find_by_label()Andrey Smirnov2018-10-291-0/+17
| * | | gpio: VF610: Propagate error code of gpiochip_add() upAndrey Smirnov2018-10-291-2/+1
| * | | pinctrl: tree-wide probe devices during core_initcallMarco Felsch2018-10-1914-15/+15
| * | | gpio: tree-wide don't probe devices during core_initcallMarco Felsch2018-10-194-4/+4
| * | | gpiolib: fix of_hog_gpio gpio label assignmentMarco Felsch2018-10-191-1/+4
| * | | gpiolib: fix of_gpio_hog error handlingMarco Felsch2018-10-191-4/+4
| |/ /
* | | Merge branch 'for-next/driver'Sascha Hauer2018-11-091-38/+15
|\ \ \
| * | | drivers: base: Simplify dev_request_mem_region_err_null()Andrey Smirnov2018-10-291-12/+8
| * | | drivers: base: Drop dev_get_mem_region_by_name()Andrey Smirnov2018-10-291-12/+0
| * | | drivers: base: Simplify generic_memmap_ro()Andrey Smirnov2018-10-291-14/+7
| |/ /
* | | Merge branch 'for-next/at91'Sascha Hauer2018-11-095-11/+14
|\ \ \
| * | | ARM: at91: remove mach/io.hSascha Hauer2018-11-065-5/+1
| * | | ARM: at91: Add SoC namespace to matrix definesSascha Hauer2018-11-051-6/+13
| | |/ | |/|
* / | mtd: nand_denali: update compatibleBastian Krause2018-11-071-1/+1
|/ /
* | usb: gadget: fastboot: remove unused variableSascha Hauer2018-10-301-1/+0
* | of: unflatten: access property properlySascha Hauer2018-10-301-1/+1
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2018-10-091-1/+1
|\
| * Add linux/slab.hSascha Hauer2018-10-081-1/+1
* | Merge branch 'for-next/net-imx-fec'Sascha Hauer2018-10-091-72/+69
|\ \
| * | net: fec_imx: Do not use DMA coherent memory for Rx buffersAndrey Smirnov2018-09-191-4/+25
| * | net: fec_imx: Make use of readx_poll_timeout() macrosAndrey Smirnov2018-09-191-39/+22
| * | net: fec_imx: Drop frame_lengthAndrey Smirnov2018-09-191-4/+3
| * | net: fec_imx: Drop struct fec_frameAndrey Smirnov2018-09-191-12/+4
| * | net: fec_imx: Read data_length only onceAndrey Smirnov2018-09-191-14/+17
| * | net: fec_imx: Don't check bd_status & FEC_RBD_ERR twiceAndrey Smirnov2018-09-191-7/+5
| * | net: fec_imx: Drop extra indentation level by exiting earlyAndrey Smirnov2018-09-191-26/+27