aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-211/+13
2013-06-26cros: add LPC support for cros_ecHung-ying Tyan2-0/+284
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan2-0/+162
2013-06-26cros: add I2C support for cros_ecHung-ying Tyan2-0/+200
2013-06-26cros: add cros_ec driverHung-ying Tyan2-0/+1305
2013-05-11Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+2
2013-05-10twl4030: make twl4030_i2c_write_u8 prototype consistentNishanth Menon1-2/+2
2013-04-28Add mxc_ocotp driverBenoît Thébaudeau2-0/+217
2013-04-28Add fsl_iim driverBenoît Thébaudeau2-0/+287
2012-11-30x86: Add console command to display CBMEM console bufferVadim Bendebury1-0/+67
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury1-0/+1
2012-11-26powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2-334/+0
2012-11-14pmic: Move pmic related code to ./drivers/power directoryŁukasz Majewski8-658/+0
2012-11-14pmic: Extend PMIC framework to support multiple instances of PMIC devicesŁukasz Majewski7-51/+135
2012-11-14pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2CŁukasz Majewski1-1/+2
2012-11-14pmic:i2c: Add I2C sensor byte order (big/little) to PMIC frameworkŁukasz Majewski1-9/+29
2012-11-14pmic:i2c: Handle PMIC I2C transmission comprising of two bytesŁukasz Majewski1-1/+8
2012-08-23powerpc/corenet_ds: Slave module for boot from PCIELiu Gang1-6/+33
2012-08-23powerpc/corenet_ds: Get rid of the CONFIG_SRIOBOOT_SLAVE_PORTx macroLiu Gang1-0/+27
2012-05-15pmic: dialog: Avoid name conflictsFabio Estevam1-2/+2
2012-05-15pmic: Add support for the Dialog DA9053 PMICFabio Estevam2-0/+38
2012-05-15misc:pmic:max8997 MAX8997 support for PMIC driverŁukasz Majewski2-0/+44
2012-03-27pmic_i2c: Return error in case of invalid pmic_i2c_tx_numFabio Estevam1-0/+6
2011-11-03misc: pmic: fix regression in pmic_fsl.c (SPI)Helmut Raiger2-6/+2
2011-10-27misc: pmic: drop old Freescale's pmic driverStefano Babic2-236/+0
2011-10-27misc: pmic: addI2C support to pmic_fsl driverStefano Babic1-4/+13
2011-10-27misc: pmic: use I2C_SET_BUS in pmic I2CStefano Babic1-1/+1
2011-10-27misc: pmic: Freescale PMIC switches to generic PMIC driverStefano Babic2-0/+58
2011-10-27misc:pmic:max8998 MAX8998 support at a new PMIC driver.Łukasz Majewski2-0/+44
2011-10-27misc:pmic:core New generic PMIC driverŁukasz Majewski4-0/+351
2011-09-30cosmetic: fsl_pmic: cosmetic for the help messageJason Liu1-1/+1
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-05-19Minor coding style cleanup.Wolfgang Denk1-2/+2
2011-04-04powerpc/8xxx: Fix LAW init to respect pre-initialized entriesKumar Gala1-0/+20
2011-02-22fsl_law: Fix LAW printing functionKumar Gala1-1/+1
2011-02-02Add basic support for Freescale's mc9sdz60Stefano Babic2-2/+54
2011-02-02fsl_pmic: add I2C interface supportLiu Hui-R643431-5/+40
2011-01-19powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headersKumar Gala1-21/+1
2011-01-19powerpc/p2040: Add various p2040 specific informationKumar Gala1-2/+2
2011-01-19powerpc/85xx: Add Support for Freescale P1014 ProcessorPoonam Aggrwal1-1/+1
2011-01-19powerpc/85xx: Add Support for Freescale P1010 ProcessorPoonam Aggrwal1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-13Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-3/+7
2010-10-12led_display: split led display support into generic and hw-dependent partsIlya Yanok2-0/+58
2010-09-30MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51Stefano Babic1-3/+7
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk2-20/+13
2010-07-20powerpc/p3041: Add various p3041 related definesKumar Gala1-1/+2
2010-07-20powerpc/p5020: Add various p5020 related defines (and p5010)Kumar Gala1-1/+1
2010-07-16fsl_law.c: Add print_laws() for FSL_CORENET platforms.Becky Bruce1-0/+6
2010-07-16drivers/misc/fsl_law.c: Rearrange code to avoid duplicationBecky Bruce1-77/+48