summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hab/caam: Fix compilation of caam driver when hab is disabledSascha Hauer2019-04-113-6/+13
* hab: habv4_need_rng_software_self_test is needed without hab supportSascha Hauer2019-04-111-1/+2
* clk: socfpga: fix compiler warnings for Cyclone5Ian Abbott2019-04-101-3/+3
* Merge branch 'for-next/zynqmp'Sascha Hauer2019-04-0914-3/+1344
|\
| * ARM: zynqmp: switch to firmware clock driverMichael Tretter2019-03-182-0/+156
| * ARM: zynqmp: add firmware DT nodeThomas Haemmerle2019-03-182-0/+18
| * clk: add ZynqMP clock driverMichael Tretter2019-03-188-0/+1162
| * ARM: zynqmp: move PAYLOAD_ARG_CNT to firmware headerMichael Tretter2019-03-182-2/+2
| * ARM: zynqmp: populate zynqmp_firmware dt nodeThomas Haemmerle2019-03-181-0/+1
| * of: populate "/firmware" while populating device treeThomas Haemmerle2019-03-181-1/+5
* | Merge branch 'for-next/warnings'Sascha Hauer2019-04-09106-284/+140
|\ \
| * | fs: squashfs: Remove unused functionSascha Hauer2019-03-181-108/+0
| * | mfd: twl-core: Add missing prototype for twlcore_get()Sascha Hauer2019-03-181-3/+4
| * | bus: mvebu-mbus: Add missing whitespaceSascha Hauer2019-03-181-1/+1
| * | ARM: PXA: Provide prototype for pxa_clear_reset_source()Sascha Hauer2019-03-182-2/+4
| * | ARM: sha256: Remove unused header fileSascha Hauer2019-03-181-23/+0
| * | ARM: sha256: Remove unused functionsSascha Hauer2019-03-181-18/+0
| * | ARM: boards: Harmonize barebox_arm_reset_vector() prototypeSascha Hauer2019-03-1861-67/+68
| * | ARM: i.MX: external-nand-boot: remove unused i.MX21 entrySascha Hauer2019-03-181-3/+0
| * | treewide: Add missing includesSascha Hauer2019-03-1816-0/+19
| * | treewide: Make locally used functions staticSascha Hauer2019-03-1826-58/+43
| * | ARM: semihosting: Fix function prototypeSascha Hauer2019-03-181-1/+1
* | | Merge branch 'for-next/usb-storage'Sascha Hauer2019-04-099-376/+265
|\ \ \
| * | | usb: storage: Inline usb_limit_blk_cnt()Andrey Smirnov2019-03-111-11/+7
| * | | usb: storage: Drop unnecessary assignmentAndrey Smirnov2019-03-111-3/+1
| * | | usb: storage: Simplify I/O loop in usb_stor_blk_io()Andrey Smirnov2019-03-111-13/+7
| * | | usb: storage: Use simple boolean to speficy read vs. write operationAndrey Smirnov2019-03-111-10/+8
| * | | usb: storage: Drop needless macroAndrey Smirnov2019-03-111-3/+3
| * | | usb: storage: Drop unnecessary check in usb_stor_blk_io()Andrey Smirnov2019-03-111-27/+0
| * | | usb: Drop usb_disable_asynch()Andrey Smirnov2019-03-113-34/+7
| * | | usb: storage: Use put_unaligned_be* helpersAndrey Smirnov2019-03-111-11/+7
| * | | usb: storage: Introduce usb_stor_transport()Andrey Smirnov2019-03-111-96/+117
| * | | usb: storage: Drop unused us_blkdev_listAndrey Smirnov2019-03-111-3/+0
| * | | usb: storage: Drop unused fields in struct us_dataAndrey Smirnov2019-03-112-16/+2
| * | | ata: ahci: Do not include <scsi.h>Andrey Smirnov2019-03-111-1/+0
| * | | usb: hub: Do not include <scsi.h>Andrey Smirnov2019-03-111-1/+0
| * | | usb: storage: Drop struct SCSI_cmd_blockAndrey Smirnov2019-03-115-97/+65
| * | | usb: storage: Remove unused variablesAndrey Smirnov2019-03-111-8/+0
| * | | usb: storage: Make usb_stor_request_sense() a standalone functionAndrey Smirnov2019-03-111-15/+18
| * | | usb: storage: Share code for READ(10) and WRITE(10)Andrey Smirnov2019-03-111-51/+9
| * | | usb: storage: Drop extra call to transport in usb_stor_write_10()Andrey Smirnov2019-03-111-1/+1
| * | | usb: storage: Make usb_stor_write_10() a standalone functionAndrey Smirnov2019-03-111-18/+25
| * | | usb: storage: Make usb_stor_read_10() a standalone functionAndrey Smirnov2019-03-111-16/+25
| * | | usb: storage: Make usb_stor_test_unit_ready() a standalone functionAndrey Smirnov2019-03-111-12/+16
| * | | usb: storage: Make usb_stor_inquiry() a standalone functionAndrey Smirnov2019-03-111-22/+30
| * | | usb: storage: Make usb_stor_read_capacity() a standalone functionAndrey Smirnov2019-03-111-22/+31
| * | | usb: storage: Don't use "unsigned long" for 32-bit valuesAndrey Smirnov2019-03-111-3/+3
| * | | usb: storage: Replace custom debug tracing with dev_dbgAndrey Smirnov2019-03-113-90/+94
| * | | usb: storage: Simplify memory allocation in usb_stor_probe()Andrey Smirnov2019-03-111-4/+1
* | | | Merge branch 'for-next/stm32'Sascha Hauer2019-04-0949-133/+2765
|\ \ \ \