summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/spd'Sascha Hauer2019-03-0719-337/+806
|\
| * ddr_spd: Enable in PBLSascha Hauer2019-03-041-1/+1
| * ddr_spd: provide common SPD typeSascha Hauer2019-03-041-0/+10
| * ddr_spd: Add function to read eepromSascha Hauer2019-03-042-0/+88
| * ddr_spd: Update from U-BootSascha Hauer2019-03-045-217/+604
| * crc: Add PBL variant for crc_itu_t()Sascha Hauer2019-03-042-1/+17
| * crc: import crc_itu_t() from kernelSascha Hauer2019-03-0414-120/+88
* | Merge branch 'for-next/rpi'Sascha Hauer2019-03-0728-56/+404
|\ \
| * | ARM: rpi: Clarify debug uart namesSascha Hauer2019-03-071-2/+2
| * | fixup! ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-071-1/+1
| * | fixup! ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-071-1/+1
| * | ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-062-0/+43
| * | ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-063-24/+21
| * | debug_ll: Add ns16550 early debugging functionsSascha Hauer2019-03-061-0/+56
| * | debug_ll: Move pl011 header file to architecture independent placeSascha Hauer2019-03-066-5/+5
| * | ARM: rpi: Move UART base address definitions to header fileSascha Hauer2019-03-062-4/+5
| * | ARM: rpi: save bootargs from VC FDT to vc.bootargsTomaz Solc2019-03-042-0/+53
| * | ARM: rpi: save fdt that was passed from VideoCoreTomaz Solc2019-03-044-19/+96
| * | ARM: start: save end of memory passed to start.Tomaz Solc2019-03-042-0/+9
| * | ARM: rpi: add CONFIG_PINCTRL to rpi_defconfig.Tomaz Solc2019-02-191-1/+1
| * | ARM: rpi: Add device tree for Compute Module 3.Tomaz Solc2019-02-195-1/+40
| * | mci: bcm2835: parse other device tree properties.Tomaz Solc2019-02-191-0/+3
| * | mci: bcm2835: use device_initcall(), not coredev.Tomaz Solc2019-02-191-1/+1
| * | pinctrl: bcm2835: register the pin controller.Tomaz Solc2019-02-191-1/+51
| * | pinctrl: bcm2835: move existing code from gpio.Tomaz Solc2019-02-196-6/+8
| * | Kconfig: add pin controllers submenu.Tomaz Solc2019-02-191-0/+4
| * | ARM: rpi: switch emmc from sdhost to sdhciTomaz Solc2019-02-191-0/+9
| * | watchdog: bcm2835: set timeout_max.Tomaz Solc2019-02-181-0/+5
* | | Merge branch 'for-next/nvme'Sascha Hauer2019-03-0720-25/+5870
|\ \ \
| * | | drivers: Import a very basic NVME implementation from LinuxAndrey Smirnov2019-02-1810-0/+2758