Age | Commit message (Expand) | Author |
2019-05-06 | Merge branch 'master' of git://git.denx.de/u-boot-sh | Tom Rini |
2019-05-05 | dm: cache: Create a uclass for cache | Dinh Nguyen |
2019-05-04 | pinctrl: gpio: Add callback for configuring pin as GPIO | Marek Vasut |
2019-04-23 | dm: core: Change platform specific translation-offset handling | Stefan Roese |
2019-04-11 | dm: remove unused function dm_fdt_pre_reloc | Patrick Delaunay |
2019-04-11 | dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm(). | Christoph Muellner |
2019-02-19 | dm: Fix typo 'Watchdot' -> 'Watchdog' | Chris Packham |
2019-02-08 | dm: core: Introduce dev_read_alias_highest_id() | Michal Simek |
2019-02-08 | dm: core: Add of_alias_get_highest_id() | Michal Simek |
2019-01-02 | dm: pinctrl: Add pinctrl_decode_pin_config_dm(). | Christoph Muellner |
2018-12-13 | dm: core: Add a function to read into a unsigned int | Simon Glass |
2018-12-13 | dm: sound: Create a uclass for sound | Simon Glass |
2018-12-13 | dm: sound: Create a uclass for i2s | Simon Glass |
2018-12-13 | dm: sound: Create a uclass for audio codecs | Simon Glass |
2018-12-10 | Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchip | Tom Rini |
2018-12-10 | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini |
2018-12-10 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2018-12-10 | bootcount: add uclass for bootcount | Philipp Tomsich |
2018-12-10 | dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL | Jean-Jacques Hiblot |
2018-12-07 | dm: usb: create a new UCLASS ID for USB gadget devices | Jean-Jacques Hiblot |
2018-12-06 | dm: Add Hardware Spinlock class | Benjamin Gaignard |
2018-12-05 | Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm | Tom Rini |
2018-12-05 | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini |
2018-12-05 | dm: core: add functions to get/remap I/O addresses by name | Álvaro Fernández Rojas |
2018-12-05 | dm: (re)sort uclass ids alphabetically | Philipp Tomsich |
2018-11-29 | ofnode: fix comment typo | Baruch Siach |
2018-11-29 | dm: sandbox: i2c: Add a new 'emulation parent' uclass | Simon Glass |
2018-11-29 | dm: core: Put UCLASS_SIMPLE_BUS in order | Simon Glass |
2018-11-29 | dm: core: Add a few more specific child-finding functions | Simon Glass |
2018-11-29 | dm: core: Export uclass_find_device_by_phandle() | Simon Glass |
2018-11-27 | dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h | Jagan Teki |
2018-11-27 | spi: pl022: Simplify platdata code | Jagan Teki |
2018-11-26 | dm: core: add missing prototype for ofnode_read_u64 | Lukas Auer |
2018-11-16 | cmd: pinmux: Add pinmux command | Patrice Chotard |
2018-11-16 | dm: uclass: Add uclass_foreach_dev_probe | Patrice Chotard |
2018-11-16 | dm: uclass: Add uclass_next_device_err() to return a valid device | Patrice Chotard |
2018-11-16 | dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count | Patrice Chotard |
2018-11-16 | dm: pinctrl: Add get_pin_muxing() ops | Patrice Chotard |
2018-11-14 | dm: Add a new uclass driver for VirtIO transport devices | Bin Meng |
2018-11-14 | test: dm: core: Add test case for uclass driver's child_post_probe() | Bin Meng |
2018-11-14 | dm: core: Allow uclass to set up a device's child after it is probed | Bin Meng |
2018-11-14 | dm: Correct pre_reloc_only parameter description in several APIs' comments | Bin Meng |
2018-11-14 | dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() | Bin Meng |
2018-11-14 | dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() | Bin Meng |
2018-10-12 | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini |
2018-10-10 | spi: davinci: Add platdata support | Jagan Teki |
2018-10-09 | dm: core: Update ofnode to read binman-style flash entry | Simon Glass |
2018-10-09 | dm: core: Add a function to find the first inactive child | Simon Glass |
2018-10-09 | dm: core: Update some functions to use const | Simon Glass |
2018-10-09 | dm: core: Alloc uclass-private data to be cache-aligned | Simon Glass |