summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI / processor: Make it possible to get CPU hardware ID via GICCHanjun Guo2015-03-262-0/+42
* ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas2015-03-266-24/+30
* ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo2015-03-257-8/+160
* ACPI / table: Print GIC information when MADT is parsedHanjun Guo2015-03-251-0/+22
* ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory2015-03-254-28/+76
* ARM64 / ACPI: If we chose to boot from acpi then disable FDTGraeme Gregory2015-03-251-1/+2
* ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPIAl Stone2015-03-253-6/+56
* ARM64 / ACPI: Introduce PCI stub functions for ACPIHanjun Guo2015-03-252-0/+31
* ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORTGraeme Gregory2015-03-255-1/+11
* ACPI: fix acpi_os_ioremap for arm64Mark Salter2015-03-252-0/+17
* ARM64 / ACPI: Get RSDP and ACPI boot-time tablesAl Stone2015-03-255-0/+170
* ARM64: allow late use of early_ioremapMark Salter2015-03-251-0/+3
* ACPI: add arm64 to the platforms that use ioremapGraeme Gregory2015-03-251-3/+3
* ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanningHanjun Guo2015-03-251-14/+16
* Linux 4.0-rc4v4.0-rc4Linus Torvalds2015-03-161-1/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-03-151-1/+1
|\
| * [PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa2015-03-151-1/+1
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-1510-29/+83
|\ \ | |/ |/|
| * ASoC: kirkwood: fix struct clk pointer comparingShawn Guo2015-03-121-1/+1
| * ASoC: fsl_spdif: fix struct clk pointer comparingShawn Guo2015-03-121-2/+2
| * ARM: imx: fix struct clk pointer comparingShawn Guo2015-03-121-2/+3
| * clk: introduce clk_is_matchMichael Turquette2015-03-112-0/+44
| * clk: don't export static symbolJulia Lawall2015-03-111-1/+0
| * clk: divider: fix calculation of initial best divider when rounding to closestUwe Kleine-König2015-03-091-6/+7
| * clk: divider: fix selection of divider when rounding to closestUwe Kleine-König2015-03-091-1/+5
| * clk: divider: fix calculation of maximal parent rate for a given dividerUwe Kleine-König2015-03-091-7/+1
| * clk: divider: return real rate instead of divider valueHeiko Stübner2015-03-061-1/+1
| * clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot2015-02-251-1/+0
| * clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot2015-02-251-1/+0
| * clk: qcom: Add PLL4 vote clockStephen Boyd2015-02-251-0/+13
| * clk: qcom: lcc-msm8960: Fix PLL rate detectionStephen Boyd2015-02-251-1/+1
| * clk: qcom: Fix slimbus n and m val offsetsStephen Boyd2015-02-251-2/+2
| * clk: ti: Fix FAPLL parent enable bit handlingTony Lindgren2015-02-251-3/+3
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-1571-225/+882
|\ \
| * | MAINTAINERS: Add myself as co-maintainer to the legacy support of the mvebu SoCsGregory CLEMENT2015-03-131-0/+1
| * | Merge tag 'at91-fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/nfer...Arnd Bergmann2015-03-118-11/+14
| |\ \
| | * | ARM: at91: pm_slowclock: fix the compilation errorWenyou Yang2015-03-111-0/+2
| | * | ARM: at91/dt: fix USB high-speed clock to select UTMINicolas Ferre2015-03-114-5/+5
| | * | ARM: at91/dt: fix at91 udc compatible stringsBoris Brezillon2015-03-113-3/+4
| | * | ARM: at91/dt: declare matrix node as a syscon deviceBoris Brezillon2015-03-111-1/+1
| | * | ARM: at91/dt: at91sam9261: fix clocks and clock-names in udc definitionBoris Brezillon2015-03-091-2/+2
| * | | Merge tag 'imx-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2015-03-112-0/+4
| |\ \ \
| | * | | ARM: imx6sl-evk: set swbst_reg as vbus's parent regPeter Chen2015-03-111-0/+2
| | * | | ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent regPeter Chen2015-03-111-0/+2
| | | |/ | | |/|
| * | | ARM: vexpress: update CONFIG_USB_ISP1760 optionSudeep Holla2015-03-111-1/+1
| * | | ARM: digicolor: add the machine directory to MakefileBaruch Siach2015-03-111-0/+1
| * | | Merge tag 'fixes-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Arnd Bergmann2015-03-1120-132/+191
| |\ \ \
| | * | | ARM: OMAP2+: Fix wl12xx on dm3730-evm with mainline u-bootTony Lindgren2015-03-061-0/+1
| | * | | Merge tag 'for-v4.0-rc/omap-fixes-a' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren2015-03-064-86/+32
| | |\ \ \
| | | * | | ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqenTero Kristo2015-03-021-2/+2