summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* eeprom: at24: Select NVMEM as a dependencyAndrey Smirnov2019-09-091-0/+1
* ARM: i.MX8: Fix piggydata loadingSascha Hauer2019-08-231-8/+13
* 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
|\ \
| * | watchdog: stm32_iwdg: remove left-over commentAhmad Fatoum2019-07-111-5/+0
| * | pinctrl: stm32: fix error path when gpio chip is not foundAhmad Fatoum2019-07-091-2/+3
| * | pinctrl: stm32: add debug output in set_state callbackAhmad Fatoum2019-07-091-0/+3
| * | pinctrl: add driver for STM32 GPIO and pin multiplexerAhmad Fatoum2019-06-203-0/+432
| * | gpiolib: add gpio_get_chip helperAhmad Fatoum2019-06-201-0/+7
| * | watchdog: add stm32 watchdog and reset driverAhmad Fatoum2019-06-193-0/+307
* | | Merge branch 'for-next/misc'Sascha Hauer2019-07-127-19/+65
|\ \ \