summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | * fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren2012-11-121-0/+13
| | | * fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan2012-11-121-0/+16
| | | * fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass2012-11-121-0/+19
| | | * fdt: Add function to get a config string from device treeSimon Glass2012-11-121-0/+10
| | | * fdt: Add function to get config int from device treeAbhilash Kesavan2012-11-121-0/+13
| * | | omap3_beagle: use new MUSB intstead of the old oneIlya Yanok2012-11-201-7/+4
| * | | omap3_beagle: add musb-new initIlya Yanok2012-11-201-0/+2
| * | | musb-new: omap2plus backend driverIlya Yanok2012-11-201-1/+2
| * | | am3517_evm: switch to musb-newIlya Yanok2012-11-201-21/+16
| * | | musb-new: am35x backend driverIlya Yanok2012-11-201-1/+1
| * | | am335x_evm: enable both musb gadget and hostIlya Yanok2012-11-201-0/+27
| * | | musb-new: dsps backend driverIlya Yanok2012-11-201-1/+2
| * | | musb-new: port of Linux musb driverIlya Yanok2012-11-201-0/+162
| * | | usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-202-18/+3
| * | | linux/usb/ch9.h: update with the version from Linux treeIlya Yanok2012-11-202-16/+499
| * | | tegra: Enable USB keyboardAllen Martin2012-11-202-0/+6
| * | | tegra: move TEGRA_DEVICE_SETTINGS to tegra-common-post.hAllen Martin2012-11-203-9/+19
| * | | boards: remove the no longer used CONFIG_EHCI_DCACHEJeroen Hofstee2012-11-207-10/+0
| |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2012-11-193-0/+91
| |\ \
| | * | video: atmel: implement lcd_setcolreg functionBo Shen2012-11-101-0/+7
| | * | lcd: Provide an API to access LCD parametersVadim Bendebury2012-11-071-0/+36
| | * | video: Provide an API to access video parametersStefan Reinauer2012-11-061-0/+48
| * | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2012-11-1923-88/+491
| |\ \ \
| | * | | M68K: eb_cpu5282: general update and enhanced board supportJens Scharsig (BuS Elektronik)2012-11-141-36/+66
| | * | | power:pmic: Rename CONFIG_DIALOG_PMIC defines to CONFIG_DIALOG_POWERŁukasz Majewski2012-11-141-1/+1
| | * | | power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWERŁukasz Majewski2012-11-1414-42/+42
| | * | | arm:trats:pmic: Enable battery support at Samsung's TRATS boardŁukasz Majewski2012-11-141-0/+2
| | * | | arm:trats:pmic: Enable fuel-gauge (MAX17042) at Samsung's TRATS boardŁukasz Majewski2012-11-141-0/+2
| | * | | arm:trats:pmic: Enable MUIC (MAX8997) at Samsung's TRATS boardŁukasz Majewski2012-11-141-0/+2
| | * | | arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS boardŁukasz Majewski2012-11-141-0/+9
| | * | | pmic:max8997: Function for calculating LDO internal register valueŁukasz Majewski2012-11-141-0/+2
| | * | | pmic:fuel-gauge: Support for MAX17042 fuel-gaugeŁukasz Majewski2012-11-142-0/+164
| | * | | pmic:muic: Support for MUIC built into MAX8997 deviceŁukasz Majewski2012-11-141-0/+61
| | * | | pmic: Extend struct pmic to support battery and charger related operationsŁukasz Majewski2012-11-142-1/+67
| | * | | pmic:chrg: Common information about charger and battery (power_chrg.h)Łukasz Majewski2012-11-141-0/+43
| | * | | pmic: Extend PMIC framework to support multiple instances of PMIC devicesŁukasz Majewski2012-11-143-7/+27
| | * | | pmic:i2c: Add I2C sensor byte order (big/little) to PMIC frameworkŁukasz Majewski2012-11-141-0/+2
| | |/ /
| * | | nios2: remove asm/status_led.hThomas Chou2012-11-103-3/+2
| * | | nios2: use builtin functions for control registers accessThomas Chou2012-11-101-10/+2
| | |/ | |/|
* | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2012-11-2512-13/+54
|\ \ \
| * | | mx5: Mark lowlevel_init board-specific codeBenoît Thébaudeau2012-11-193-0/+3
| * | | mx35pdk: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx31pdk: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx25pdk: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx51evk: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx6qsabre_common: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx6qsabrelite: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx53loco: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx28evk: Configure CONFIG_BOOTDELAY to one secondFabio Estevam2012-11-191-1/+1
| * | | mx35pdk: Add support for OTGBenoît Thébaudeau2012-11-161-0/+14
OpenPOWER on IntegriCloud