Age | Commit message (Expand) | Author |
2015-05-14 | usb: ohci: Add an ohci_alloc_urb() function | Hans de Goede |
2015-05-14 | usb: ohci: Do not reuse ed for interrupt endpoints of different devices | Hans de Goede |
2015-05-14 | sandbox: Support wide-screen LCD emulation | Simon Glass |
2015-05-14 | sandbox: Fix warning in display_options | Simon Glass |
2015-05-14 | sandbox: spi: Add newline to printf() in sandbox_sf_probe | Simon Glass |
2015-05-14 | sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation | Simon Glass |
2015-05-14 | sandbox: Add missing errno.h includes in a few files | Simon Glass |
2015-05-14 | sandbox: Correct error handling in state_read_file() | Simon Glass |
2015-05-14 | arm: Add a prototype for save_boot_params_ret() | Simon Glass |
2015-05-14 | arm: Include the .got section in the binary | Simon Glass |
2015-05-14 | dm: gpio: Fix comment typo in GPIOD_IS_IN | Simon Glass |
2015-05-14 | tpm: Rename Infineon TPM to slb9645tt | Simon Glass |
2015-05-14 | tpm: Support using driver model with I2C | Simon Glass |
2015-05-14 | dm: i2c: Add a function to find out the chip offset length | Simon Glass |
2015-05-14 | dm: i2c: Implement 'i2c bus' command for driver model | Simon Glass |
2015-05-14 | bootstage: Add IDs for SPI flash reading and decompression | Simon Glass |
2015-05-14 | usb: add device connection/disconnection detection | Vincent Palatin |
2015-05-14 | sunxi: ohci: Add ohci usb host controller support | Hans de Goede |
2015-05-14 | sunxi: ehci: Convert to the driver-model | Hans de Goede |
2015-05-14 | usb: ohci: Add dm support | Hans de Goede |
2015-05-14 | usb: ohci: Skip unnecessary mdelay(1) calls in various places | Hans de Goede |
2015-05-14 | usb: ohci: Remove unnecessary delays from hc_start and power power-on paths | Hans de Goede |
2015-05-14 | usb: ohci: Do not resubmit and leak urbs for interrupt packets | Hans de Goede |
2015-05-14 | dm: usb: Do not scan companion buses if no devices where handed over | Hans de Goede |
2015-05-14 | dm: usb: Add support for companion controllers | Hans de Goede |
2015-05-14 | dm: usb: Move printing of usb scan status to usb_scan_bus() | Hans de Goede |
2015-05-14 | dm: usb: Add support for interrupt queues to the dm usb code | Hans de Goede |
2015-05-14 | dm: usb: Prefix ehci interrupt-queue functions with _ehci_ | Hans de Goede |
2015-05-14 | usb: Stop reset procedure when a dev is handed over to a companion hcd | Hans de Goede |
2015-05-14 | usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors | Hans de Goede |
2015-05-14 | usb: usb_control_msg() propagate controller error code | Hans de Goede |
2015-05-14 | usb: Fix handover of full-speed devices from ehci to companion | Hans de Goede |
2015-05-14 | arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> | Tom Rini |
2015-05-14 | Use map_sysmem when accessing memory in setexpr | Joe Hershberger |
2015-05-14 | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini |
2015-05-14 | Merge branch 'master' of git://git.denx.de/u-boot-arc | Tom Rini |
2015-05-14 | Merge branch 'master' of git://git.denx.de/u-boot-atmel | Tom Rini |
2015-05-14 | spl: Correct address in spl_relocate_stack_gd() | Simon Glass |
2015-05-13 | ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra | Masahiro Yamada |
2015-05-13 | jetson-tk1: Add PSCI configuration options and reserve secure code | Ian Campbell |
2015-05-13 | tegra: Boot in non-secure mode by default | Jan Kiszka |
2015-05-13 | ARM: tegra: Enable SMMU when going non-secure | Thierry Reding |
2015-05-13 | tegra: Set CNTFRQ for secondary CPUs | Jan Kiszka |
2015-05-13 | tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0 | Ian Campbell |
2015-05-13 | tegra124: Add PSCI support for Tegra124 | Jan Kiszka |
2015-05-13 | ARM: Add board-specific initialization hook for PSCI | Jan Kiszka |
2015-05-13 | tegra: Make tegra_powergate_power_on public | Jan Kiszka |
2015-05-13 | virt-dt: Allow reservation of secure region when in a RAM carveout | Jan Kiszka |
2015-05-13 | tegra124: Add more registers to struct mc_ctlr | Ian Campbell |
2015-05-13 | ARM: Put target PC for PSCI CPU_ON on per-CPU stack | Jan Kiszka |