summaryrefslogtreecommitdiffstats
path: root/drivers/platform/olpc
Commit message (Expand)AuthorAgeFilesLines
* platform/olpc: olpc-xo175-ec: Use SPI device ID data to bind deviceKrzysztof Kozlowski2023-03-201-0/+1
* platform/olpc: Fix uninitialized data in debugfs writeDan Carpenter2022-07-281-1/+1
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* Platform: OLPC: Constify static struct regulator_opsRikard Falkeborn2021-02-081-1/+1
* Platform: OLPC: Specify the enable timeLubomir Rintel2021-02-021-5/+6
* Platform: OLPC: Remove dcon_rdev from olpc_ec_privLubomir Rintel2021-02-021-5/+4
* Platform: OLPC: Fix probe error handlingLubomir Rintel2021-02-021-7/+8
* Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-plat...Linus Torvalds2020-10-051-1/+3
|\
| * Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu2020-09-241-1/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* power: supply: olpc_battery: fix the power supply nameLubomir Rintel2020-05-101-2/+2
* 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-144-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/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 79Thomas Gleixner2019-05-241-2/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* platform/olpc: Make ec explicitly non-modularPaul Gortmaker2016-08-281-5/+3
* OLPC: Use %*ph specifier instead of passing direct valuesAndy Shevchenko2015-10-061-8/+5
* drivers/platform/olpc/olpc-ec.c: initialise earlierDaniel Drake2013-08-231-1/+1
* Platform: OLPC: move global variables into priv structAndres Salomon2012-07-311-20/+28
* Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-07-311-0/+117
* x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-07-311-5/+0
* Platform: OLPC: add a suspended flag to the EC driverAndres Salomon2012-07-311-1/+45
* Platform: OLPC: turn EC driver into a platform_driverAndres Salomon2012-07-311-0/+48
* Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon2012-07-311-2/+110
* Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-07-312-0/+20