aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-08tools: socfpga: Stop using global struct socfpga_imageMarek Vasut1-2/+6
2018-05-08image: socfpga: Add SFP image version 1 definitionMarek Vasut2-2/+4
2018-05-08ARM: socfpga: Add boot trampoline for Arria10Marek Vasut1-2/+2
2018-05-08lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDTTom Rini1-0/+1
2018-05-08adc: add Amlogic Meson SAR ADC driverNeil Armstrong3-0/+734
2018-05-08test: regmap: add read/modify/write testNeil Armstrong1-0/+25
2018-05-08regmap: add regmap_update_bits() helperNeil Armstrong2-0/+24
2018-05-08ARM: dts: stm32mp157: Add vrefbuf DT nodePatrice Chotard1-0/+9
2018-05-08configs: stm32mp15: Enable STM32_VREFBUF flagFabrice Gasnier1-0/+1
2018-05-08clk: stm32mp1: Add VREF clock gatingFabrice Gasnier1-0/+3
2018-05-08power: regulator: Add support for stm32-vrefbufFabrice Gasnier4-0/+188
2018-05-08configs: stm32mp15_basic: Set regulator relative flagsPatrice Chotard1-0/+5
2018-05-08ARM: dts: stm32mp157c-ed1: Add regulator nodePatrice Chotard2-0/+332
2018-05-08power: pmic: stpmu1: Add regulator bindingsPatrice Chotard1-0/+34
2018-05-08power: regulator: stpmu1: Introduce stpmu1 driverChristophe Kerello3-0/+677
2018-05-08ARM: dts: stm32mp157: Add SoC pwr regulator entryPatrice Chotard1-0/+33
2018-05-08stm32mp: regulator: add SoC pwr regulator supportPatrick Delaunay4-0/+278
2018-05-08arm: controlcenterdc: Add spi-flash compatible stringsMario Six1-2/+2
2018-05-08env: ti: android: boot with FIT ImagePraneeth Bajjuri1-1/+2
2018-05-08configs: TI: Enable FIT Library overlay supportPraneeth Bajjuri1-0/+1
2018-05-08arm: dra76: fastboot: extend cpu type for getvar commandPraneeth Bajjuri1-0/+2
2018-05-08defconfig: at91-sama5d2_ptc_ek: remove unused SYS_EXTRA_OPTIONSLudovic Desroches2-2/+2
2018-05-08board: sama5d27_som1_ek: Fix the USB vbus powerEugen Hristev1-1/+1
2018-05-08configs: at91: sama5: updated mtdparts variable in bootargsEugen Hristev9-9/+9
2018-05-08board: sama5d2_ptc_ek: adjust the smc timings of nandEugen Hristev1-2/+2
2018-05-08gpio: atmel_pio4: give a full configuration when muxing pinsLudovic Desroches5-34/+34
2018-05-08board: atmel: sama5d2_ptc_ek: update pin configuration for NANDLudovic Desroches1-8/+8
2018-05-08gpio: atmel_pio4: add drive strength macrosLudovic Desroches1-0/+4
2018-05-08pci: intel: Add Intel FPGA PCIe controller driverLey Foon Tan3-0/+438
2018-05-08arm64: Add SMC and HVC commandsMichalis Pappas3-0/+87
2018-05-08pinctrl: meson: Update pinmux with new Linux bindingsNeil Armstrong2-13/+13
2018-05-08ARM64: meson: Sync DT and Bindings with Linux 4.16Neil Armstrong12-64/+645
2018-05-08ARM: meson: rename GXBB to GXNeil Armstrong14-114/+114
2018-05-08clk: clk_stm32f: Use PLLSAIP as USB 48MHz clockPatrice Chotard3-15/+36
2018-05-08dm: led: add testcase for "default-state" propertyPatrick Bruenn2-1/+31
2018-05-08dm: led: auto probe() LEDs with "default-state"Patrick Bruenn1-0/+9
2018-05-08dm: led: Support "default-state" propertyPatrick Bruenn1-1/+15
2018-05-08mmc: support writing sparse imagesJassi Brar1-0/+73
2018-05-07fastboot: sparse: make write_sparse_image useable for non-fastbootJassi Brar4-41/+45
2018-05-07fastboot: sparse: remove redundant argument to write_sparse_imageJassi Brar4-6/+4
2018-05-07arm: v7R: Add support for enabling cachesLokesh Vutla2-1/+22
2018-05-07arm: v7R: Add support for MPULokesh Vutla8-109/+257
2018-05-07arm: v7R: Add initial supportMichal Simek4-1/+12
2018-05-07arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15Lokesh Vutla2-5/+8
2018-05-07arm: v7: Kconfig: Add entry for MMULokesh Vutla1-0/+15
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla23-76/+76
2018-05-07arm: v7: Update VBAR only if availableLokesh Vutla1-0/+2
2018-05-07test: ofnode: test ofnode_device_is_compatible()Masahiro Yamada2-0/+18
2018-05-07test: regmap: test Linux-compatible syscon_node_to_regmap()Masahiro Yamada2-0/+25
2018-05-07syscon: add Linux-compatible syscon APIMasahiro Yamada2-0/+72