summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c/pca954x: Initialize the mux to disconnected stateAndrey Smirnov2019-09-091-3/+4
* mfd: rave-sp: Emulate firmware/bootloader mode reporting on RDU2Andrey Smirnov2019-09-091-2/+16
* video/stm: fix return value handling for of_get_display_timings()Uwe Kleine-König2019-09-061-2/+2
* console: fix out-of-bounds read in dputc(/dev/*, ...)Ahmad Fatoum2019-09-022-4/+6
* usb: gadget: fsl_udc: remove always-true null pointer checksAhmad Fatoum2019-08-301-8/+1
* nvme: use 64 bit types for timeouts even on 32 bit systemsAhmad Fatoum2019-08-301-2/+2
* smc911x: fix inverted poll-for-readyAhmad Fatoum2019-08-301-1/+1
* net: phy: mv88e6xxx: remove duplicate member in struct initializerAhmad Fatoum2019-08-301-1/+0
* i2c-mux-pca954x: remove use of uninitialized variableAhmad Fatoum2019-08-301-3/+3
* Merge branch 'for-next/stm32'Sascha Hauer2019-08-153-0/+115
|\
| * reset: add reset controller driver for STM32 RCCAhmad Fatoum2019-07-153-0/+115
* | Merge branch 'for-next/mtd-gpmi-nand'Sascha Hauer2019-08-152-118/+182
|\ \
| * | mtd: nand-mxs: Make ecc strength configurable via device treeSascha Hauer2019-08-061-4/+21
| * | mtd: nand: Add function to parse device tree propertiesSascha Hauer2019-08-061-0/+27
| * | mtd: nand-mxs: inline only once used functionSascha Hauer2019-08-061-6/+1
| * | mtd: nand-mxs: pass mtd_info to mxs_nand_get_mark_offset()Sascha Hauer2019-08-061-6/+5
| * | mtd: nand-mxs: change API between NAND driver and fcb codeSascha Hauer2019-08-061-29/+33
| * | mtd: nand-mxs: Make locally used variable staticSascha Hauer2019-08-061-3/+1
| * | mtd: nand-mxs: calculate ecc_strength only onceSascha Hauer2019-08-061-12/+36
| * | mtd: nand-mxs: consistently rename struct nand_chip * to "chip"Sascha Hauer2019-08-061-74/+74
* | | Merge branch 'for-next/mtd'Sascha Hauer2019-08-157-7/+44
|\ \ \
| * | | mtd: spi-nor: fix page offset/remains calculation in spi_nor_writeBastian Krause2019-08-051-0/+1
| * | | mtd: nand: Add ecc parameters as device parametersSascha Hauer2019-07-181-0/+4
| * | | UBI: silence erroneous GCC warning about uninitialized readAhmad Fatoum2019-07-181-1/+1
| * | | mtd: peb: Do not mark as bad in mtd_peb_torture()Sascha Hauer2019-07-161-6/+3
| * | | mtd: ubi: mark PEBs as bad on erase failureSascha Hauer2019-07-153-0/+35
| | |/ | |/|
* | | Merge branch 'for-next/misc'Sascha Hauer2019-08-152-45/+57
|\ \ \
| * | | eeprom: at24: Convert the driver to NVMEMAndrey Smirnov2019-08-141-21/+27
| * | | eeprom: at24: Drop at24_cdev_protect()Andrey Smirnov2019-08-141-20/+17
| * | | nvmem: Parse partitions informationAndrey Smirnov2019-08-141-1/+9
| * | | nvmem: Use already existing dev pointer in nvmem_register_cdev()Andrey Smirnov2019-08-141-1/+1
| * | | nvmem: Use helper variable in nvmem_register_cdev()Andrey Smirnov2019-08-141-5/+6
| |/ /
* | | Merge branch 'for-next/imx8-hab'Sascha Hauer2019-08-153-28/+198
|\ \ \
| * | | esdhc-pbl: add piggy load functionRouven Czerwinski2019-08-071-0/+46
| * | | esdhc-pbl: extract header parsing from image startRouven Czerwinski2019-08-071-14/+30
| * | | i.MX: HABv4: implement interface for i.MX8MQRouven Czerwinski2019-08-072-1/+117
| * | | i.MX: HABv4: ignore return for i.MX28/6 initcallsRouven Czerwinski2019-08-071-13/+5
| |/ /
* | | ARM: i.MX: scb9328: refurbish board suportSascha Hauer2019-08-151-1/+1
* | | pinctrl: i.MX iomux-v1: Add i.MX1 supportSascha Hauer2019-08-141-0/+2
* | | pinctrl: i.MX iomux-v1: Make base address initialization unnecessarySascha Hauer2019-08-142-19/+11
* | | crypto: caam - Always do rng selftestSascha Hauer2019-08-065-39/+22
* | | clk: imx6: define an enum for ldb mux inputsAhmad Fatoum2019-08-051-15/+24
* | | clk: imx6: Fix procedure to switch the parent of LDB_DI_CLKFabio Estevam2019-08-051-3/+261
* | | clk: imx6: Make the LDB_DI0 and LDB_DI1 clocks read-onlyPhilipp Zabel2019-08-052-2/+23
* | | clk: imx6: remove quirky clk_set_parent(LDB_diN_sel, pll5_video_div)Ahmad Fatoum2019-08-051-6/+0
* | | clk: imx6: Mask mmdc_ch1 handshake for periph2_sel and mmdc_ch1_axi_podfPhilipp Zabel2019-08-051-0/+16
* | | clk: imx6: fix use of cpu_is_mx6* before they are initializedAhmad Fatoum2019-08-051-6/+5
* | | net: fec_imx: add regulator supportOleksij Rempel2019-07-172-0/+20
* | | OF: gpio: Add special quirk to parse regulator flagsOleksij Rempel2019-07-171-1/+34
|/ /
* | Merge branch 'for-next/stm32'Sascha Hauer2019-07-127-0/+745
|\ \