summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | stm32mp1: clk: add ADC clock gatingPatrick Delaunay2018-07-201-0/+7
* | stm32mp1: clk: update Ethernet clock gatingPatrick Delaunay2018-07-201-2/+1
* | stm32mp1: clk: add LDTC and DSI clock supportPatrick Delaunay2018-07-201-3/+93
* | stm32mp1: clk: add common function pll_get_fvcoPatrick Delaunay2018-07-201-30/+61
* | stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macroPatrick Delaunay2018-07-201-9/+6
* | misc: stm32: Add STM32MP1 supportPatrick Delaunay2018-07-204-24/+19
* | sysreset: syscon: update regmap access to sysconPatrick Delaunay2018-07-201-7/+9
* | drivers: rtc: correct week day for mc146818Heinrich Schuchardt2018-07-201-2/+6
* | drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt2018-07-194-44/+77
* | drivers: smem: sandboxRamon Fried2018-07-193-0/+55
* | soc: qualcomm: Add Shared Memory Manager driverRamon Fried2018-07-194-0/+948
* | dm: SMEM (Shared memory) uclassRamon Fried2018-07-194-0/+53
* | ARM: qemu-arm: enable RTCHeinrich Schuchardt2018-07-191-0/+7
* | power: regulator: stpmu1: add power off delayChristophe Kerello2018-07-191-8/+12
* | phy: Be able to get phy from PHY providerPatrice Chotard2018-07-191-2/+15
* | mmc: stm32_sdmmc2: update pwron managementPatrick Delaunay2018-07-191-11/+67
|/
* drivers: fpga: zynqpl: fix compilation with SPLLuis Araneda2018-07-191-2/+2
* watchdog: cadence: Do not stop wdt in probeMichal Simek2018-07-191-2/+0
* watchdog: cdns: Add comment for expire_now functionMichal Simek2018-07-191-0/+1
* microblaze: Convert generic platform to DM gpioMichal Simek2018-07-191-0/+1
* watchdog: Convert Xilinx Axi watchdog driver to driver modelShreenidhi Shedi2018-07-192-26/+93
* gpio: xilinx: Convert driver to DMMichal Simek2018-07-191-1/+264
* sysreset: Add support for Microblaze soft reset jumpMichal Simek2018-07-193-0/+37
* sysreset: Add support for gpio-restartMichal Simek2018-07-193-0/+68
* gpio: zynq: Setup bank_name to dev->nameMichal Simek2018-07-191-0/+2
* gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek2018-07-191-27/+2
* gpio: dm: Support manual relocation for gpioMichal Simek2018-07-191-0/+35
* sysreset: dm: Support manual relocation for sysresetMichal Simek2018-07-191-0/+16
* gpio: zynq: Fix typo in one error messageMichal Simek2018-07-191-1/+1
* watchdog: dm: Support manual relocation for watchdogsMichal Simek2018-07-191-0/+23
* watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek2018-07-191-1/+2
* xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu2018-07-191-0/+45
* serial: zynq: Use platdata for storing static data instead of privMichal Simek2018-07-191-16/+16
* clk: zynqmp: Fixed the same if/else part error reported by coverityVipul Kumar2018-07-191-2/+4
* gpio: zynq: Use live-tree functionMichal Simek2018-07-191-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-07-172-42/+75
|\
| * net: sun8i-emac: support R40 GMACLothar Felten2018-07-161-26/+53
| * net: sun8i-emac: set mux and clock by driver dataLothar Felten2018-07-161-15/+20
| * net: sun8i-emac: fix printing NULL characterLothar Felten2018-07-161-2/+1
| * dm: mmc: sunxi: Add A10/A20 compatible stringsAdam Sampson2018-07-161-0/+2
* | sf: add paired dev info for winbond w25q16jvLudwig Zenz2018-07-161-1/+1
* | sf: add Macronix mx25l1633e entryLudwig Zenz2018-07-161-0/+1
* | sf: add Gigadevice gd25q16c entryLudwig Zenz2018-07-161-0/+1
* | spi_flash: add a bunch of winbond flashes to id-tableHannes Schmelzer2018-07-161-0/+5
* | spi: zynqmp_gqspi: Add support for ZynqMP qspi driverSiva Durga Prasad Paladugu2018-07-163-0/+737
* | spi: xilinx_spi: convert to livetreeVipul Kumar2018-07-161-3/+2
* | spi: xilinx_spi: Added support to read JEDEC-id twice at the boot timeVipul Kumar2018-07-161-0/+41
* | spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() functionVipul Kumar2018-07-161-35/+68
* | spi: xilinx: Read reg base address from DTS fileMichal Simek2018-07-161-6/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-07-135-28/+419
|\