summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* driver/fsl_debug_server: Fix the DDR hide logic for LS2085aBhupesh Sharma2015-07-201-0/+5
* sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass2015-05-141-0/+2
* sandbox: Add missing errno.h includes in a few filesSimon Glass2015-05-142-0/+2
* misc: led: Add PCA9551 LED driverStefan Roese2015-05-083-0/+169
* cros_ec: Handle the single duplex requirement in cros_ecSimon Glass2015-05-051-3/+20
* cros_ec: Show the protocol version in the debug messageSimon Glass2015-05-051-1/+2
* x86: Set serial port IRQ for SMSC LPC47MBin Meng2015-04-291-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-243-0/+268
|\
| * armv8/ls2085aqds: NAND boot supportScott Wood2015-04-231-0/+12
| * driver/fsl_ifc: Add support to finalize CS1, CS3 address bindingPrabhakar Kushwaha2015-04-231-0/+9
| * armv8/fsl-lsch3: Add Freescale Debug Server driverBhupesh Sharma2015-04-212-0/+247
* | cmd_led: Extend led command to support blinking and more ledsStefan Roese2015-04-231-0/+14
|/
* sandbox: cros_ec: Add Kconfig for sandbox EC configSimon Glass2015-04-181-0/+9
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-184-8/+8
* cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass2015-04-184-336/+0
* cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass2015-04-181-2/+8
* dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass2015-04-182-0/+50
* dm: sandbox: pci: Enable PCI for sandboxSimon Glass2015-04-181-0/+1
* dm: sandbox: Add a emulated PCI device as an exampleSimon Glass2015-04-181-0/+285
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-164-7/+7
* fsl_sec_mon: Add driver for Security Monitor block of Freescalegaurav rana2015-03-053-0/+155
* dm: cros_ec: Convert to KconfigSimon Glass2015-02-191-1/+47
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-121-0/+9
* dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass2015-01-291-53/+29
* dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass2015-01-291-49/+2
* dm: cros_ec: Don't require protocol 3 supportSimon Glass2015-01-291-4/+6
* dm: spi: Move slave details to child platdataSimon Glass2015-01-291-19/+0
* dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-18/+6
* i2c_eeprom: include <linux/err.h> to fix build errorMasahiro Yamada2015-01-051-0/+1
* x86: Add a simple superio driver for SMSC LPC47MBin Meng2014-12-132-0/+34
* dm: Add a simple EEPROM driverSimon Glass2014-12-112-0/+52
* dm: i2c: Add an I2C EEPROM simulatorSimon Glass2014-12-112-0/+171
* mxc_ocotp: Do not disable the OCOTP clock after every accessFabio Estevam2014-12-011-2/+0
* mxs_ocotp: clear the error flag before initiating write operationHector Palacios2014-12-011-0/+2
* mxs_ocotp: check for errors from the OTP controller after writingHector Palacios2014-12-011-0/+7
* mxs_ocotp: prevent error path from returning successHector Palacios2014-12-011-4/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-0/+1
|\
| * cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass2014-11-221-0/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* | replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada2014-11-201-2/+2
|/
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-231-2/+2
|\
| * x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass2014-10-221-2/+2
* | dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass2014-10-221-9/+78
* | dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass2014-10-221-5/+85
* | dm: cros_ec: Add support for driver modelSimon Glass2014-10-222-14/+117
|/
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* cros_ec: Fix two bugs in the SPI implementationSimon Glass2014-08-061-2/+2
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-3/+3
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-1/+1
* driver/fsl_ifc: Add a function to finalize CS0 address bindingYork Sun2014-04-221-0/+7
OpenPOWER on IntegriCloud