summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: move DT compatibility code to its own fileAlexandre Belloni2018-10-1717-944/+962
* clk: at91: add at91sam9rl PMC driverAlexandre Belloni2018-10-172-1/+172
* clk: at91: add at91sam9x5 PMCs driverAlexandre Belloni2018-10-172-1/+310
* clk: at91: add at91sam9260 PMC driverAlexandre Belloni2018-10-172-0/+495
* clk: at91: add sama5d2 PMC driverAlexandre Belloni2018-10-172-0/+337
* clk: at91: add sama5d4 pmc driverAlexandre Belloni2018-10-172-0/+265
* clk: at91: add new DT lookup functionAlexandre Belloni2018-10-171-0/+34
* clk: at91: add pmc_data struct and helpersAlexandre Belloni2018-10-172-0/+61
* clk: at91: allow clock registration from C codeAlexandre Belloni2018-10-1714-59/+172
* clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()Alexandre Belloni2018-10-171-17/+10
* clk: at91: audio-pll: separate registration from DT parsingAlexandre Belloni2018-10-171-38/+111
* clk: at91: h32mx: separate registration from DT parsingAlexandre Belloni2018-10-171-13/+27
* clk: at91: generated: SSCs don't have a gclkAlexandre Belloni2018-10-171-4/+1
* clk: at91: audio-pll: fix audio pmc typeAlexandre Belloni2018-10-171-1/+1
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2611-179/+72
|\
| * target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10
| * iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| * drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12
| * dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7
| * media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5
| * cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5
| * rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5
| * osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7
| * sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4
| * mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-265-17/+25
|\ \
| * \ Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-08-245-17/+25
| |\ \
| | * | irqchip/gic-v3: Allow interrupt to be configured as wake-up sourcesMarc Zyngier2018-08-201-2/+6
| | * | irqchip/tango: Set irq handler and data in one goMartin Kaiser2018-08-201-2/+1
| | * | irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0Krzysztof Kozlowski2018-08-131-1/+1
| | * | irqchip/stm32: Fix init error handlingDan Carpenter2018-08-131-12/+13
| | * | irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMPJonas Gorski2018-08-131-0/+4
* | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-263-27/+87
|\ \ \ \
| * | | | libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2018-08-202-0/+39
| * | | | device-dax: Set page->indexDan Williams2018-07-201-0/+4
| * | | | device-dax: Enable page_mapping()Dan Williams2018-07-201-17/+38
| * | | | device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-15/+11
* | | | | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-2614-24/+171
|\ \ \ \ \
| * | | | | libnvdimm: fix ars_status output length calculationVishal Verma2018-08-201-2/+2
| * | | | | device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi2018-08-011-4/+8
| * | | | | md/dm-writecache: Don't request pointer dummy_addr when not requiredHuaisheng Ye2018-07-301-2/+1
| * | | | | dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-301-2/+1
| * | | | | s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-3/+5
| * | | | | libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-2/+5
| * | | | | acpi/nfit: queue issuing of ars when an uc error notification comes inDave Jiang2018-07-282-3/+10
| * | | | | libnvdimm: Export max available extentKeith Busch2018-07-251-0/+16
| * | | | | libnvdimm: Use max contiguous area for namespace sizeKeith Busch2018-07-254-3/+66
| * | | | | acpi, nfit: Prefer _DSM over _LSR for namespace label readsDan Williams2018-07-141-1/+11
| * | | | | libnvdimm: Introduce locked DIMM capacity supportDan Williams2018-07-143-2/+46
* | | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-08-255-18/+205
|\ \ \ \ \ \