summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-2617-37/+0
| * | pinctrl: mxs: fix error message to mention right property nameUwe Kleine-König2017-09-261-1/+1
| * | gpiolib: check validity for gpio_info in *_active()Uwe Kleine-König2017-09-261-0/+12
| |/
* | Merge branch 'for-next/mips'Sascha Hauer2017-10-198-1/+1128
|\ \
| * | clk: add ar9344 clock driverOleksij Rempel2017-10-062-1/+150
| * | net: ag71xx: define parent devicesOleksij Rempel2017-10-061-0/+2
| * | net: ag71xx: disable eth interface on barebox shutdownOleksij Rempel2017-09-201-0/+9
| * | net: phy: add ar8327 driverOleksij Rempel2017-09-203-0/+286
| * | net: ath79: add ag71xx Ethernet driverYegor Yefremov2017-09-183-0/+681
| |/
* | Merge branch 'for-next/e1000'Sascha Hauer2017-10-193-28/+17
|\ \
| * | e1000: Don't poll for FLSWCTL.GLDONE before starting a flash transactionUwe Kleine-König2017-10-161-11/+2
| * | e1000: implement support for smaller flash chipsUwe Kleine-König2017-10-162-14/+3
| * | e1000: implement register mapping for E1000_FLSW{CTL, DATA, CNT}Uwe Kleine-König2017-10-162-3/+12
* | | Merge branch 'for-next/arm'Sascha Hauer2017-10-197-6/+235
|\ \ \ | |/ / |/| |
| * | of: base: add function to copy a device tree nodeMichael Olbrich2017-10-171-0/+16
| * | mci: mmci: add DT supportLucas Stach2017-10-171-3/+36
| * | clocksource: sp804: silently ignore secondary instacesLucas Stach2017-10-171-2/+2
| * | clk: versatile: add basic clocksLucas Stach2017-10-174-0/+180
| * | of: populate clock providers before other devicesLucas Stach2017-10-161-1/+1
* | | eeprom: at24: fix 'assignment from incompatible pointer type' warningAntony Pavlov2017-10-161-1/+1
|/ /
* / efi: add missing Kconfig selectsEnrico Jorns2017-10-161-0/+2
|/
* Merge branch 'for-next/net'Sascha Hauer2017-09-081-1/+6
|\
| * Phy: Check NULL bus case and undetected phy via ofClément Leger2017-09-061-0/+5
| * phy: don't crash if we have no parentOleksij Rempel2017-09-061-1/+1
* | Merge branch 'for-next/mtd'Sascha Hauer2017-09-082-13/+21
|\ \
| * | mtd: nand: nand_mxs: Don't call get/set features on chips which do not suppor...Sascha Hauer2017-09-061-9/+13
| * | mtd: nand: Only call ONFI get/set features on supported chipsSascha Hauer2017-09-061-2/+6
| * | mtd: nand-mxs: improve error messagesUwe Kleine-König2017-09-061-2/+2
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2017-09-084-8/+64
|\ \
| * | gpio: gpio-generic: add dt supportAntony Pavlov2017-09-081-0/+9
| * | gpio: gpio-generic: fix bgpio_map()Antony Pavlov2017-09-081-2/+2
| * | serial: ns16550: provide big-endian supportOleksij Rempel2017-09-081-2/+17
| * | of: base: port of_device_is_big_endian from linuxOleksij Rempel2017-09-081-0/+23
| * | usb: gadget: autostart: properly release f_multi_optsOleksij Rempel2017-09-061-4/+13
* | | Merge branch 'for-next/imx'Sascha Hauer2017-09-082-35/+82
|\| |
| * | clk: imx: cpu: don't store the address of a function parameterUwe Kleine-König2017-08-151-2/+10
| * | spi: imx: add timeout to xchg_singleUwe Kleine-König2017-08-151-4/+24
| * | spi: imx: add error checkingUwe Kleine-König2017-08-151-29/+48
| |/
* | Merge branch 'for-next/at91'Sascha Hauer2017-09-085-48/+287
|\ \
| * | at91_udc: add DT supportSam Ravnborg2017-09-061-11/+45
| * | atmel_lcdfb: add DT supportSam Ravnborg2017-09-062-4/+138
| * | atmel_lcdfb: move pdata init to a separate functionSam Ravnborg2017-09-061-24/+41
| * | atmel_lcdfb: define power_control gpio in platform_dataSam Ravnborg2017-09-062-6/+57
| * | atmel_lcdfb: move lcd_wiring_mode, have_intensity_bit to local dataSam Ravnborg2017-09-062-4/+7
| * | atmel_lcdfb: move dmacon, lcdcon2 to local dataSam Ravnborg2017-09-064-8/+8
| |/
* / gpio: clps711x: clps711x_gpio_dt_ids: add missing sentinel entryAntony Pavlov2017-09-061-0/+1
|/
* Merge branch 'for-next/tc358767'Lucas Stach2017-07-311-50/+179
|\
| * video: tc358767: accept any hsync and vsync polatiryAndrey Gusakov2017-07-061-6/+7
| * video: tc358767: filter out modes with too high pixelclockAndrey Gusakov2017-07-061-0/+83
| * video: tc358767: optimize DPCD register writeAndrey Gusakov2017-07-061-11/+13