summaryrefslogtreecommitdiff
path: root/arch/x86/platform/olpc/olpc_dt.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18x86/platform: Avoid missing-prototype warnings for OLPCArnd Bergmann1-1/+1
2021-03-22x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2019-07-15Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-1/+1
2019-06-11Platform: OLPC: Make olpc_dt_compatible_match() static __initLubomir Rintel1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-18x86/platform/olpc: Use a correct version when making up a battery nodeLubomir Rintel1-14/+50
2019-04-18x86/platform/olpc: Trivial code move in DT fixupLubomir Rintel1-5/+5
2019-04-18x86/platform/olpc: Don't split string literals when fixing up the DTLubomir Rintel1-14/+19
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2018-11-17x86/platform/olpc: Do not call of_platform_bus_probe()Rob Herring1-18/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2011-07-07x86, olpc: Add missing elements to device treeDaniel Drake1-0/+103
2011-05-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+19
2011-03-16x86, olpc: Use device tree for platform identificationDaniel Drake1-0/+19
2011-03-02x86: OLPC: have prom_early_alloc BUG rather than return NULLAndres Salomon1-2/+1
2010-12-16x86, olpc: Speed up device tree creation during bootAndres Salomon1-5/+23
2010-12-16x86, olpc: Add OLPC device-tree supportAndres Salomon1-0/+165