summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/olpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-152-102/+19Star
|\
| * 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/+18Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6Star
* | 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-271-18/+0Star
|\
| * x86/platform/olpc: Do not call of_platform_bus_probe()Rob Herring2018-11-171-18/+0Star
* | 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/+1Star
* 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/+0Star
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-061-1/+1
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+1Star
* olpc_xo15_sci: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-241-8/+1Star
* x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device()Wei Yongjun2013-04-241-3/+1Star
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
* X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-13/+13
* x86: OLPC: move s/r-related EC cmds to EC driverAndres Salomon2012-08-012-22/+36
* Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-08-011-97/+0Star
* x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-08-011-26/+27
* drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-08-014-0/+4
* Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-08-011-2/+2
* olpc-xo15-sci: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-121-2/+4
* x86/olpc/xo1/sci: Report RTC wakeup eventsDaniel Drake2012-05-071-2/+15
* x86/olpc/xo1/sci: Produce wakeup events for buttons and switchesDaniel Drake2012-05-071-5/+21
* x86/olpc: Add debugfs interface for EC commandsDaniel Drake2012-03-271-0/+97
* x86/olpc/xo15/sci: Enable lid close wakeup controlDaniel Drake2012-03-061-1/+71
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* x86, olpc: Wait for last byte of EC command to be acceptedPaul Fox2011-08-051-2/+2
* x86, olpc-xo15-sci: Enable EC wakeup capabilityDaniel Drake2011-07-241-1/+1
* x86, olpc: Add XO-1.5 SCI driverDaniel Drake2011-07-063-0/+178
* x86, olpc: Add XO-1 RTC driverDaniel Drake2011-07-062-0/+82
* x86, olpc-xo1-sci: Propagate power supply/battery eventsDaniel Drake2011-07-061-0/+37
* x86, olpc-xo1-sci: Add lid switch functionalityDaniel Drake2011-07-061-1/+206
* x86, olpc-xo1-sci: Add GPE handler and ebook switch functionalityDaniel Drake2011-07-061-1/+182
* x86, olpc: EC SCI wakeup mask functionalityDaniel Drake2011-07-061-0/+86