summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | clk: sun6i: Protect SDRAM gating bitMaxime Ripard2014-06-111-0/+1
| | * | | | clk: sun6i: Protect CPU clockMaxime Ripard2014-06-111-0/+1
| | * | | | clk: sunxi: Rework clock protection codeMaxime Ripard2014-06-111-28/+44
| | * | | | clk: sunxi: Move the GMAC clock to a file of its ownMaxime Ripard2014-06-113-99/+121
| | * | | | clk: sunxi: Move the 24M oscillator to a file of its ownMaxime Ripard2014-06-113-57/+74
| | * | | | clk: sunxi: Remove calls to clk_putMaxime Ripard2014-06-111-6/+2Star
| | * | | | clk: sunxi: document new A31 USB clock compatibleEmilio López2014-06-111-0/+1
| | * | | | clk: sunxi: Implement A31 USB clockMaxime Ripard2014-06-111-0/+6
| |/ / / /
| * | | | Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-1122-78/+1175
| |\ \ \ \
| | * | | | ARM: dts: OMAP5/DRA7: use omap5-mpu-dpll-clock capable of dealing with higher...Nishanth Menon2014-06-062-2/+2
| | * | | | CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...Nishanth Menon2014-06-062-0/+22
| | * | | | ARM: OMAP5+: dpll: support Duty Cycle Correction(DCC)Andrii Tseglytskyi2014-06-062-0/+13
| | * | | | CLK: TI: clk-54xx: Set the rate for dpll_abe_m2x2_ckPeter Ujfalusi2014-06-061-0/+6
| | * | | | CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)Peter Ujfalusi2014-05-282-1/+314
| | * | | | dt:/bindings: DRA7 ATL (Audio Tracking Logic) clock bindingsPeter Ujfalusi2014-05-282-0/+136
| | * | | | ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clockPeter Ujfalusi2014-05-282-12/+12
| | * | | | CLK: TI: gate: add composite interface clock to OMAP2 only buildTero Kristo2014-05-281-1/+1
| | * | | | ARM: OMAP2: clock: add DT boot support for cpufreq_ckTero Kristo2014-05-283-0/+56
| | * | | | CLK: TI: OMAP2: add clock init supportTero Kristo2014-05-283-0/+257
| | * | | | CLK: TI: interface: add support for omap2430 specific interface clockTero Kristo2014-05-284-1/+14
| | * | | | CLK: TI: gate: fixed DT binding documentation bugsTero Kristo2014-05-281-4/+25
| | * | | | CLK: TI: APLL: add support for omap2 apllsTero Kristo2014-05-284-17/+220
| | * | | | CLK: TI: DPLL: add support for omap2 core dpllTero Kristo2014-05-285-16/+82
| | * | | | CLK: TI: DPLL: simplify autoidle register detection logicTero Kristo2014-05-281-24/+15Star
* | | | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-06-165-110/+194
|\ \ \ \ \ \
| * | | | | | NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran2014-06-131-7/+6Star
| * | | | | | NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox2014-06-131-3/+2Star
| * | | | | | NVMe: Define Log Page constantsMatthew Wilcox2014-06-131-0/+4
| * | | | | | NVMe: Fix hot cpu notification dead lockKeith Busch2014-06-132-11/+26
| * | | | | | NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox2014-06-042-4/+4
| * | | | | | NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch2014-06-041-1/+6
| * | | | | | NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw2014-06-041-14/+19
| * | | | | | NVMe: Fix nvme get/put queue semanticsKeith Busch2014-06-041-8/+21
| * | | | | | NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox2014-06-041-1/+0Star
| * | | | | | NVMe: Make admin timeout a module parameterKeith Busch2014-06-041-3/+7
| * | | | | | NVMe: Make iod bio timeout a parameterKeith Busch2014-06-041-1/+5
| * | | | | | NVMe: Prevent possible NULL pointer dereferenceSantosh Y2014-06-031-1/+4
| * | | | | | NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee2014-06-031-4/+4
| * | | | | | NVMe: Update data structures for NVMe 1.2Matthew Wilcox2014-06-031-5/+21
| * | | | | | NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox2014-05-101-0/+1
| * | | | | | NVMe: Update namespace and controller identify structures to the 1.1a specDimitri John Ledkov2014-05-101-4/+15
| * | | | | | NVMe: Flush with data supportKeith Busch2014-05-052-21/+24
| * | | | | | NVMe: Configure support for block flushKeith Busch2014-05-053-0/+5
| * | | | | | NVMe: Add tracepointsKeith Busch2014-05-052-4/+10
| * | | | | | NVMe: Protect against badly formatted CQEsKeith Busch2014-05-051-2/+3
| * | | | | | NVMe: Improve error messagesMatthew Wilcox2014-05-051-3/+10
| * | | | | | NVMe: Update copyright headersMatthew Wilcox2014-05-054-19/+3Star
* | | | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-1524-369/+715
|\ \ \ \ \ \ \
| * | | | | | | qla2xxx: fix sparse warnings introduced by previous target mode t10-dif patchQuinn Tran2014-06-023-21/+26
| * | | | | | | lpfc: Update lpfc version to driver version 10.2.8001.0James Smart2014-06-021-2/+2