Commit Graph

  • 150c5afe5b dm: gpio: Add live tree support Simon Glass 2017-05-30 21:47:09 -06:00
  • 95795ad6ce dm: gpio: sandbox: Use dev_read...() functions to access DT Simon Glass 2017-05-18 20:09:20 -06:00
  • 6f39b94a5d dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment Simon Glass 2017-05-18 20:09:19 -06:00
  • 3a57123e59 dm: gpio: Refactor to prepare for live tree support Simon Glass 2017-05-18 20:09:18 -06:00
  • 6fb2f57916 dm: core: Run tests with both livetree and flat tree Simon Glass 2017-05-18 20:09:17 -06:00
  • c166c47ba3 dm: test: Add support for running tests with livetree Simon Glass 2017-05-18 20:09:16 -06:00
  • 801587bd77 dm: test: Show the test filename when running Simon Glass 2017-05-18 20:09:15 -06:00
  • f86db10cc5 dm: test: Move test running code into a separate function Simon Glass 2017-05-18 20:09:14 -06:00
  • 34b744beb8 sandbox: Add a way to reset sandbox state for tests Simon Glass 2017-05-18 20:09:13 -06:00
  • a40cc8e123 dm: core: Update uclass_find_device_by_phandle() for livetree Simon Glass 2017-05-18 20:09:12 -06:00
  • 7a993bbcf2 dm: simple-bus: Add support for livetree Simon Glass 2017-05-18 20:09:11 -06:00
  • 23d6326791 dm: regmap: Add support for livetree Simon Glass 2017-05-18 20:09:10 -06:00
  • 40bb637dae dm: core: Add a way to find a device by ofnode Simon Glass 2017-05-18 20:09:09 -06:00
  • 19c8205e68 dm: core: Scan the live tree when setting up driver model Simon Glass 2017-05-18 20:09:08 -06:00
  • 45a26867e8 dm: core: Update device_bind_driver_to_node() to use ofnode Simon Glass 2017-05-18 20:09:07 -06:00
  • f5b5719cdf dm: core: Update lists_bind_fdt() to use ofnode Simon Glass 2017-05-18 20:09:06 -06:00
  • 396e343b3d dm: core: Allow binding a device from a live tree Simon Glass 2017-05-18 20:09:05 -06:00
  • 47a0fd3bad dm: core: Implement live tree 'read' functions Simon Glass 2017-05-18 20:09:04 -06:00
  • f11c7ab94d dm: core: Add device-based 'read' functions to access DT Simon Glass 2017-05-18 20:09:03 -06:00
  • b7e0d73bad dm: core: Add a place to put extra device-tree reading functions Simon Glass 2017-05-18 20:09:02 -06:00
  • bed774969c dm: core: Add address operations on device tree references Simon Glass 2017-05-18 20:09:01 -06:00
  • ec002119cf fdt: Update fdt_get_base_address() to use const Simon Glass 2017-05-18 20:09:00 -06:00
  • 38d21b418d dm: core: Add livetree address functions Simon Glass 2017-05-18 20:08:59 -06:00
  • 9e51204527 dm: core: Add operations on device tree references Simon Glass 2017-05-18 20:08:58 -06:00
  • 911f3aef35 dm: core: Rename of_device_is_compatible() Simon Glass 2017-05-18 20:08:57 -06:00
  • 3af86a4e23 dm: Build a live tree after relocation Simon Glass 2017-05-18 20:08:56 -06:00
  • 8b50d526ea dm: Add a function to create a 'live' device tree Simon Glass 2017-05-18 20:08:55 -06:00
  • 644ec0a933 dm: core: Add livetree access functions Simon Glass 2017-05-18 20:08:54 -06:00
  • 5e060d8bcc dm: core: Add livetree definitions Simon Glass 2017-05-18 20:08:53 -06:00
  • fd7029029f Update WARN_ON() to return a value Simon Glass 2017-05-18 20:08:52 -06:00
  • 01b120b639 dm: core: Set return value first in lists_bind_fdt() Simon Glass 2017-05-18 20:08:51 -06:00
  • 0e513e788f tegra: Convert MMC to use driver model for operations Simon Glass 2017-04-23 20:02:11 -06:00
  • 854f9a71f5 dm: mmc: Rewrite mmc_blk_probe() Simon Glass 2017-04-23 20:02:10 -06:00
  • 66656020ff dm: mmc: Check that drivers have operations Simon Glass 2017-04-23 20:02:09 -06:00
  • e48eeb9ea3 dm: blk: Improve block device claiming Simon Glass 2017-04-23 20:02:07 -06:00
  • e8abbb531f dm: blk: Add a function to find the next block device number Simon Glass 2017-04-23 20:02:06 -06:00
  • 6139281a64 dm: blk: Allow finding block devices without probing Simon Glass 2017-04-23 20:02:05 -06:00
  • e7017a3c7d dm: mmc: Don't re-init when accessing environment Simon Glass 2017-04-23 20:02:04 -06:00
  • 05cbeb7c36 dm: mmc: Don't call board_mmc_power_init() with driver model Simon Glass 2017-04-22 19:10:56 -06:00
  • 7a61b0b58f dm: core: Adjust device_bind_common() to take an ofnode Simon Glass 2017-05-17 17:18:11 -06:00
  • 4984de2baa dm: core: Add ofnode to represent device tree nodes Simon Glass 2017-05-17 17:18:10 -06:00
  • da409ccc4a dm: core: Replace of_offset with accessor (part 2) Simon Glass 2017-05-17 17:18:09 -06:00
  • a771a04f2e dm: core: Dont export dm_scan_fdt_node() Simon Glass 2017-05-17 17:18:08 -06:00
  • 4af0d7e870 dm: Fix up inclusion of common.h Simon Glass 2017-05-17 17:18:07 -06:00
  • 79fc0c784d atmel: Fix up use of dm_scan_fdt_node() Simon Glass 2017-05-17 17:18:06 -06:00
  • a821c4af79 dm: Rename dev_addr..() functions Simon Glass 2017-05-17 17:18:05 -06:00
  • d6ffb00a43 dm: core: Move dev_get_addr() etc. into a separate file Simon Glass 2017-05-17 17:18:04 -06:00
  • 9d922450aa dm: Use dm.h header when driver mode is used Simon Glass 2017-05-17 17:18:03 -06:00
  • 2dbe9c1362 sun50i: a64: Add initial Banana Pi M64 support Jagan Teki 2017-05-25 20:16:00 +00:00
  • f98852bfa9 sunxi: A64/Pine64: update device tree from Linux Andre Przywara 2017-05-24 10:34:56 +01:00
  • 31493dd5ff Merge branch 'master' of git://git.denx.de/u-boot-mips Tom Rini 2017-05-31 22:28:06 -04:00
  • 1b87f9538f Merge git://www.denx.de/git/u-boot-marvell Tom Rini 2017-05-31 22:27:54 -04:00
  • 221a949eb6 Kconfig: Finish migration of hashing commands Daniel Thompson 2017-05-19 17:26:58 +01:00
  • c93bb1d7bb mips: bmips: fix BCM3380 periph clock frequency Álvaro Fernández Rojas 2017-05-23 21:24:49 +02:00
  • f530eb9e9e mips: bmips: extend baud rates support Álvaro Fernández Rojas 2017-05-22 20:02:06 +02:00
  • 24f85482c9 dm: serial: bcm6345: fix baud rate clock calculation Álvaro Fernández Rojas 2017-05-22 20:01:46 +02:00
  • 6b7185f3ee dm: serial: bcm6345: fix uart stop bits Álvaro Fernández Rojas 2017-05-18 23:09:45 +02:00
  • 9ac0b63973 mips: bmips: add board descriptions Álvaro Fernández Rojas 2017-05-16 18:47:49 +02:00
  • 8df3788887 MIPS: add BMIPS Sagem F@ST1704 board Álvaro Fernández Rojas 2017-05-16 18:46:59 +02:00
  • 07661e7f50 MIPS: add support for Broadcom MIPS BCM6338 SoC family Álvaro Fernández Rojas 2017-05-16 18:46:58 +02:00
  • 05fc9e686a dm: cpu: bmips: add BCM6338 support Álvaro Fernández Rojas 2017-05-16 18:46:57 +02:00
  • c4203e1d73 MIPS: add BMIPS Netgear CG3100D board Álvaro Fernández Rojas 2017-05-16 18:42:43 +02:00
  • 23a2168398 MIPS: add support for Broadcom MIPS BCM3380 SoC family Álvaro Fernández Rojas 2017-05-16 18:42:42 +02:00
  • 603058f4ab dm: cpu: bmips: add BCM3380 support Álvaro Fernández Rojas 2017-05-16 18:42:41 +02:00
  • 5e14ce2f33 MIPS: add BMIPS Comtrend CT-5361 board Álvaro Fernández Rojas 2017-05-16 18:39:04 +02:00
  • bf9012b808 MIPS: add support for Broadcom MIPS BCM6348 SoC family Álvaro Fernández Rojas 2017-05-16 18:39:03 +02:00
  • 5a0efcf78a dm: ram: bmips: add BCM6338/BCM6348 support Álvaro Fernández Rojas 2017-05-16 18:39:02 +02:00
  • 2165961c37 dm: ram: bmips: split bcm6358_get_ram_size Álvaro Fernández Rojas 2017-05-16 18:39:01 +02:00
  • 33a9995908 dm: cpu: bmips: add BCM6348 support Álvaro Fernández Rojas 2017-05-16 18:39:00 +02:00
  • 6ffc18cd04 dm: cpu: bmips: rename cpu_desc specific functions Álvaro Fernández Rojas 2017-05-16 18:38:59 +02:00
  • d7efa94071 mips: bmips: add wdt-reboot driver support for BCM63268 Álvaro Fernández Rojas 2017-05-16 18:29:16 +02:00
  • 5b8a225edf mips: bmips: add wdt-reboot driver support for BCM6328 Álvaro Fernández Rojas 2017-05-16 18:29:15 +02:00
  • 968185378b mips: bmips: add wdt-reboot driver support for BCM6358 Álvaro Fernández Rojas 2017-05-16 18:29:14 +02:00
  • 17a0c14164 dm: sysreset: add watchdog-reboot driver Álvaro Fernández Rojas 2017-05-16 18:29:13 +02:00
  • 1947a44b78 mips: bmips: add bcm6345-wdt driver support for BCM63268 Álvaro Fernández Rojas 2017-05-16 18:29:12 +02:00
  • 404cacb371 mips: bmips: add bcm6345-wdt driver support for BCM6328 Álvaro Fernández Rojas 2017-05-16 18:29:11 +02:00
  • bbbb61123a mips: bmips: add bcm6345-wdt driver support for BCM6358 Álvaro Fernández Rojas 2017-05-16 18:29:10 +02:00
  • 7733193482 dm: watchdog: add BCM6345 watchdog driver Álvaro Fernández Rojas 2017-05-16 18:29:09 +02:00
  • 54d63bb1ad mx6sabresd: Update to SPL only mode Fabio Estevam 2017-05-18 08:15:04 -03:00
  • 3791c31746 mx6sabresd: Update the config file Fabio Estevam 2017-05-18 08:15:03 -03:00
  • 4e2ece0e15 mx6sabresd: Rename target to mx6sabresd_defconfig Fabio Estevam 2017-05-18 08:15:02 -03:00
  • 0e689a6192 engicam: Generate single config file Jagan Teki 2017-05-12 17:18:28 +05:30
  • 5ed7d31a14 engicam: Add fdt_addr env value based on cpu_type Jagan Teki 2017-05-12 17:18:27 +05:30
  • 46f9c839c9 engicam: Set console env on board_late_init Jagan Teki 2017-05-12 17:18:26 +05:30
  • 8bd06ba91a icorem6: Remove unused FEC configs Jagan Teki 2017-05-12 17:18:25 +05:30
  • a48f32f71b engicam: Move PHY configs to defconfig Jagan Teki 2017-05-12 17:18:24 +05:30
  • a43241a406 drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry Jagan Teki 2017-05-12 17:18:23 +05:30
  • 4f816fbd7b icorem6: Recover missing nand defconfig Jagan Teki 2017-05-12 17:18:22 +05:30
  • 6d931fd569 engicam: Move SPL mmc configs under CONFIG_SPL_BUILD Jagan Teki 2017-05-12 17:18:21 +05:30
  • 2e87c440f6 mmc: fsl_esdhc: Move non DM_MMC code in #ifndef CONFIG_DM_MMC Jagan Teki 2017-05-12 17:18:20 +05:30
  • fcdb5319ce regulator: pfuze100: unsigned compared against 0 Peng Fan 2017-05-11 10:35:01 +08:00
  • 237868c9c0 regulator: pfuze100: add SPDX License Peng Fan 2017-05-11 10:35:00 +08:00
  • 747778cf69 mx25pdk: Set the eSDHC PER clock to 48 MHz Benoît Thébaudeau 2017-05-03 11:59:06 +02:00
  • 3e3aab3379 mx25: Add function to set PER clocks Benoît Thébaudeau 2017-05-03 11:59:05 +02:00
  • f7c13e6a79 mx25: Fix imx_get_perclk() Benoît Thébaudeau 2017-05-03 11:59:04 +02:00
  • 4f425280fa mmc: fsl_esdhc: Allow all supported prescaler values Benoît Thébaudeau 2017-05-03 11:59:03 +02:00
  • 267c5b7989 arm: mx6: remove unused config variable CONFIG_SPL_NAND_MXS Lothar Waßmann 2017-05-26 10:12:09 +02:00
  • 6ecbe13756 drivers: pci: imx: add imx_pcie_remove function Tim Harvey 2017-05-12 12:58:41 -07:00
  • da384fc67a mx7dsabresd: Increase CONFIG_ENV_OFFSET Fabio Estevam 2017-05-28 14:07:24 -03:00
  • 1541d7a63d pico-imx7d: Add initial support Vanessa Maegima 2017-05-08 13:17:28 -03:00