summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \
| * | | | ARM: i.MX8MQ: Don't use cpu_is_mx8mq() at core_initcall levelAndrey Smirnov2019-03-186-25/+13
| * | | | ARM: i.MX7: Make sure CNTFRQ is initialized early enoughAndrey Smirnov2019-03-183-35/+18
| * | | | ARM: Add initial STM32MP1 supportSascha Hauer2019-03-1317-0/+316
| * | | | clocksource: Enable architected timer support for CPU_V7Sascha Hauer2019-03-113-1/+21
| * | | | ARM: stm32mp1: Add serial driverSascha Hauer2019-03-114-0/+299
| * | | | ARM: stm32mp1: Add clk driverSascha Hauer2019-03-112-0/+1989
| * | | | clk: mux: Support CLK_SET_RATE_NO_REPARENT flagSascha Hauer2019-03-113-4/+1
| * | | | clk: mux: Support CLK_MUX_READ_ONLY flagSascha Hauer2019-03-112-0/+8
| * | | | clk: mux: Support mux specific flagsSascha Hauer2019-03-117-30/+35
| * | | | clk: divider: Support CLK_DIVIDER_READ_ONLY flagSascha Hauer2019-03-114-2/+8
| * | | | clk: divider: pass divider flagsSascha Hauer2019-03-116-29/+41
| * | | | clk: Support CLK_IS_CRITICAL flagSascha Hauer2019-03-112-0/+4
| * | | | clk: Make CLK_IGNORE_UNUSED genericSascha Hauer2019-03-112-1/+1
| * | | | clk: export clk_gate_is_enabled()Sascha Hauer2019-03-112-1/+3
| * | | | clk: parent_names should be constSascha Hauer2019-03-113-7/+7
| * | | | clk: clk-composite: return parent_rate if no rate clkSascha Hauer2019-03-111-1/+4
| |/ / /
* | | | Merge branch 'for-next/pstore'Sascha Hauer2019-04-099-177/+506
|\ \ \ \
| * | | | pstore/doc: fix layoutJuergen Borleis2019-03-181-8/+8
| * | | | pstore: ramoops: allow zapping invalid buffers in read-only modePhilipp Zabel2019-03-182-6/+2
| * | | | pstore: pass ramoops configuration to kernel via device treePhilipp Zabel2019-03-182-22/+86
| * | | | pstore: Replace arguments for write() APIKees Cook2019-03-182-13/+11
| * | | | pstore: Replace arguments for read() APIKees Cook2019-03-183-19/+19
| * | | | pstore: Switch pstore_mkfile to pass recordKees Cook2019-03-183-29/+26
| * | | | pstore: add console supportPhilipp Zabel2019-03-183-0/+84
| * | | | pstore: Extract common arguments into structureKees Cook2019-03-182-14/+31
| * | | | pstore/ram: Clarify resource reservation labelsKees Cook2019-03-184-30/+40
| * | | | pstore: improve error report for failed setupKees Cook2019-03-181-17/+32
| * | | | pstore/ram: Do not use stack VLA for parity workspaceKees Cook2019-03-182-7/+22
| * | | | pstore: Make ramoops_init_przs generic for other prz arraysKees Cook2019-03-181-28/+58
| * | | | ramoops: use DT reserved-memory bindingsKees Cook2019-03-181-15/+7
| * | | | pstore/ram: add Device Tree bindingsGreg Hackmann2019-03-181-0/+83
| * | | | ramoops: probe from device tree if OFTREE is enabledPhilipp Zabel2019-03-181-4/+32
| | |_|/ | |/| |
* | | | Merge branch 'for-next/net'Sascha Hauer2019-04-095-1/+393
|\ \ \ \
| * | | | realtek phy driverSascha Hauer2019-03-113-0/+178
| * | | | net: phy: Add register access helper functions for physSascha Hauer2019-03-113-1/+211
| * | | | net: phy: Add PHY_ID_MATCH_* macrosSascha Hauer2019-03-111-0/+4
| | |/ / | |/| |
* | | | Merge branch 'for-next/misc'Sascha Hauer2019-04-0934-163/+171
|\ \ \ \
| * | | | commands: unify newlines for optionsMichael Tretter2019-04-056-14/+14
| * | | | ARM: rpi: add board revision for Compute Module 3+Tomaz Solc2019-03-272-0/+3
| * | | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2019-03-2119-76/+75
| * | | | linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>Masahiro Yamada2019-03-212-27/+37
| * | | | drivers: video: Fix parsing oftree timingsAlexander Shiyan2019-03-181-8/+7