summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: migrate to SPDX-License-Identifier useAhmad Fatoum2020-04-15107-756/+111
* include: linux/kernel.h: port DIV_ROUND_CLOSEST_ULL definitionAhmad Fatoum2020-04-151-0/+13
* clk: add clk_unregister stubAhmad Fatoum2020-04-151-0/+4
* clk: implement clk_register_fixed_rateAhmad Fatoum2020-04-152-2/+23
* of: port Linux of_get_compatible_child helperAhmad Fatoum2020-04-152-0/+33
* treewide: use cpu_relax() where appropriateAhmad Fatoum2020-04-152-9/+5
* ARM: include: remove unused <asm/processor.h>Ahmad Fatoum2020-04-152-131/+2
* regmap: retire of_node_to_regmap in favor of device_node_to_regmapAhmad Fatoum2020-04-152-21/+0
* mfd: syscon: implement device_node_to_regmapAhmad Fatoum2020-04-152-5/+21
* mfd: syscon: refactor of_syscon_register compatible checkAhmad Fatoum2020-04-151-7/+12
* mfd: syscon: enable specified clocks on syscon_base_lookup_by_phandleAhmad Fatoum2020-04-151-0/+10
* mfd: double-quote the menu prompt of MFDMasahiro Yamada2020-04-151-1/+1
* commands: remove CONFIG_ prefix from Kconfig symbolAhmad Fatoum2020-04-141-1/+1
* ARM: i.MX: phytec-som-imx6: Fix paths to SPI-NOR partitionYunus Bas2020-04-141-2/+2
* imd: Use %zu for printing size_tSascha Hauer2020-04-011-1/+1
* mfd: rave-sp: Fix rave_sp_emulated_get_status()Andrey Smirnov2020-04-011-1/+1
* net: phy: Add missing inline to functionSascha Hauer2020-04-011-1/+1
* regulator: void function returns voidSascha Hauer2020-04-011-1/+0
* reset: remove duplicate imx8mq-reset.h and use correct definesLucas Stach2020-03-232-70/+6
* crypto: pbkdf2: Select HMACSascha Hauer2020-03-181-0/+1
* Merge branch 'for-next/stm32'Sascha Hauer2020-03-1823-132/+1028
|\
| * phy: port over Linux stm32 usbphyc driverAhmad Fatoum2020-02-253-0/+448
| * regulator: port over Linux stm32 PWR regulator driverAhmad Fatoum2020-02-253-0/+223
| * phy: introduce phy_get_by_indexAhmad Fatoum2020-02-252-0/+20
| * phy: populate existing ->pwr member with phy-supplyAhmad Fatoum2020-02-251-0/+10
| * phy: remove unused init_data parameterAhmad Fatoum2020-02-256-15/+8
| * regulator: import Linux regulator_bulk APIAhmad Fatoum2020-02-252-0/+188
| * ARM: stm32mp: add aliases for mmc1 and mmc2Ahmad Fatoum2020-02-251-0/+2
| * ARM: stm32mp: dk2: delete unused includesAhmad Fatoum2020-02-251-3/+0
| * reset: stm32: migrate restart reason and handler from stm32_iwdgAhmad Fatoum2020-02-192-103/+113
| * reset_source: migrate from reset_source_name to reset_source_to_stringAhmad Fatoum2020-02-193-3/+3
| * watchdog: f71808e: only print reset reason if one's indicatedAhmad Fatoum2020-02-191-4/+4
| * reset_source: introduce reset_source_to_stringAhmad Fatoum2020-02-192-5/+10
* | Merge branch 'for-next/misc'Sascha Hauer2020-03-1828-151/+178
|\ \
| * | kbuild: replace barebox-all with BAREBOX_OBJSMasahiro Yamada2020-03-111-4/+3
| * | kbuild: rename barebox-{common, lds} to BAREBOX_{OBJS, LDS}Masahiro Yamada2020-03-114-18/+18
| * | kbuild: rename barebox-pbl-common to BAREBOX_PBL_OBJSMasahiro Yamada2020-03-113-6/+5
| * | kbuild: remove dead code for modpostMasahiro Yamada2020-03-111-14/+0
| * | kbuild: remove unused barebox-headMasahiro Yamada2020-03-111-2/+2
| * | scripts/bareboximd: add mode argument to open callFranck Jullien2020-03-111-1/+1
| * | of: overlay: rework error message for symbolsRouven Czerwinski2020-03-091-11/+7
| * | state: treat state with all-invalid buckets as dirtyAhmad Fatoum2020-03-091-4/+3
| * | state: backend_storage: deal gracefully with runtime bucket corruptionAhmad Fatoum2020-03-091-0/+2
| * | video/ssd1307fb: make reset GPIO optionalAhmad Fatoum2020-03-091-20/+23
| * | video/ssd1307fb: drop unneeded regulator NULL checksAhmad Fatoum2020-03-091-10/+6
| * | video/ssd1307fb: fix NULL pointer dereference in probeAhmad Fatoum2020-03-091-1/+3
| * | usb: host: ehci: distinguish DMA addressesPeter Mamonov2020-03-051-33/+68
| * | reset: add stub for device_reset when CONFIG_RESET_CONTROLLER=nAhmad Fatoum2020-03-031-0/+6
| * | firmware: Fix dependencies for firmware in PBLSascha Hauer2020-03-021-0/+3
| * | net: designware: eqos: mimic Linux gmac4 mdio_{read, write}Ahmad Fatoum2020-03-024-21/+7