summaryrefslogtreecommitdiffstats
path: root/drivers/platform/olpc
Commit message (Expand)AuthorAgeFilesLines
* Platform: OLPC: add SPI MODULE_DEVICE_TABLELubomir Rintel2019-07-251-0/+6
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-154-7/+952
|\
| * Platform: OLPC: Add a config menu category for XO 1.75Lubomir Rintel2019-06-121-1/+13
| * Platform: OLPC: Require CONFIG_POWER_SUPPLY for XO-1.75 ECLubomir Rintel2019-06-121-0/+1
| * Platform: OLPC: Fix olpc_xo175_ec_cmd() return valueLubomir Rintel2019-06-121-0/+1
| * Platform: OLPC: Add INPUT dependenciesYueHaibing2019-06-111-0/+1
| * Platform: OLPC: Fix build error without CONFIG_SPIYueHaibing2019-06-111-1/+1
| * Platform: OLPC: Add a regulator for the DCONLubomir Rintel2019-05-202-0/+68
| * Platform: OLPC: Add XO-1.75 EC driverLubomir Rintel2019-05-203-1/+768
| * Platform: OLPC: Avoid a warning if the EC didn't register yetLubomir Rintel2019-05-201-2/+5
| * Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel2019-05-201-3/+96
| * Platform: OLPC: Remove an unused includeLubomir Rintel2019-05-201-1/+0Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 79Thomas Gleixner2019-05-241-2/+1Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* platform/olpc: Make ec explicitly non-modularPaul Gortmaker2016-08-291-5/+3Star
* OLPC: Use %*ph specifier instead of passing direct valuesAndy Shevchenko2015-10-071-8/+5Star
* drivers/platform/olpc/olpc-ec.c: initialise earlierDaniel Drake2013-08-231-1/+1
* Platform: OLPC: move global variables into priv structAndres Salomon2012-08-011-20/+28
* Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-08-011-0/+117
* x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-08-011-5/+0Star
* Platform: OLPC: add a suspended flag to the EC driverAndres Salomon2012-08-011-1/+45
* Platform: OLPC: turn EC driver into a platform_driverAndres Salomon2012-08-011-0/+48
* Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon2012-08-011-2/+110
* Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-08-012-0/+20