summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/olpc
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-212-2/+2
* Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2020-06-102-4/+4
|\
| * power: supply: olpc_battery: fix the power supply nameLubomir Rintel2020-05-102-4/+4
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
|/
* Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-12-012-14/+0
|\
| * x86: olpc-xo1-sci: Remove invocation of MFD's .enable()/.disable() call-backsLee Jones2019-11-111-6/+0
| * x86: olpc-xo1-pm: Remove invocation of MFD's .enable()/.disable() call-backsLee Jones2019-11-111-8/+0
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-1/+2
|\ \
| * | x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-1/+2
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-1/+1
|\ \ | |/ |/|
| * x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* | olpc: x01: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-021-10/+7
* | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-142-102/+19
|\ \ | |/ |/|
| * Platform: OLPC: Make olpc_dt_compatible_match() static __initLubomir Rintel2019-06-111-1/+1
| * Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel2019-05-201-101/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* x86/platform/olpc: Use a correct version when making up a battery nodeLubomir Rintel2019-04-181-14/+50
* x86/platform/olpc: Trivial code move in DT fixupLubomir Rintel2019-04-181-5/+5
* x86/platform/olpc: Don't split string literals when fixing up the DTLubomir Rintel2019-04-181-14/+19
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-18/+0
|\
| * x86/platform/olpc: Do not call of_platform_bus_probe()Rob Herring2018-11-171-18/+0
* | x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
|/
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel2018-10-051-0/+3
* x86/platform/olpc: Use PTR_ERR_OR_ZERO()zhong jiang2018-08-021-3/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
* x86/platform/olpc: Fix resume handler build warningBorislav Petkov2016-11-281-0/+2
* x86/platform: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-142-2/+5
* x86/olpc/xo15/sci: Use newly added power_supply_put APIKrzysztof Kozlowski2015-03-131-2/+2
* x86/olpc/xo1/sci: Use newly added power_supply_put APIKrzysztof Kozlowski2015-03-131-2/+2
* power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-132-4/+4
* x86: platform: olpc: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-1/+1
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+1
* olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-241-8/+1
* x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device()Wei Yongjun2013-04-241-3/+1
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
* X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-13/+13
* x86: OLPC: move s/r-related EC cmds to EC driverAndres Salomon2012-07-312-22/+36
* Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-07-311-97/+0
* x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-07-311-26/+27
* drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-07-314-0/+4
* Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-07-311-2/+2
* olpc-xo15-sci: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-121-2/+4