aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-19bmips: bcm6338: add bcm6348-iudma supportÁlvaro Fernández Rojas1-0/+14
2018-12-17arm: ti: boot: Increase system partition sizeSam Protsenko1-1/+1
2018-12-17Restore compatibility of image type IDsStefano Babic1-5/+10
2018-12-16Merge tag 'for-master-20181216' of git://git.denx.de/u-boot-rockchipTom Rini1-0/+13
2018-12-16ARM: rockchip: Add rv1108-elgin-r1 board supportOtavio Salvador1-0/+13
2018-12-15Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-43/+38
2018-12-15tee: change return code for REE FS supplicant cmdIgor Opaniuk1-0/+1
2018-12-14configs: am335x_evm: Do not disable DM_USB in SPLJean-Jacques Hiblot1-1/+0
2018-12-14configs: k2g_evm: Enable DFU on K2G EVMJean-Jacques Hiblot1-0/+12
2018-12-14usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot1-7/+0
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski4-36/+27
2018-12-13dm: sound: Use the correct number of channels for soundSimon Glass1-5/+6
2018-12-13dm: sound: Complete migration to driver modelSimon Glass1-18/+0
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass1-0/+58
2018-12-13dm: sound: Create a uclass for soundSimon Glass2-2/+69
2018-12-13dm: sound: Create a uclass for i2sSimon Glass2-4/+29
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass2-0/+49
2018-12-13dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass1-3/+3
2018-12-13dm: sound: Drop codec_typeSimon Glass1-9/+0
2018-12-13dm: sound: samsung: Rename i2stx_info to samsung_i2s_privSimon Glass1-4/+4
2018-12-13dm: sound: Rename en_sound_codec to sound_codecSimon Glass1-2/+2
2018-12-12am3517_evm: Use ttyS2 instead of ttyO2Adam Ford1-1/+1
2018-12-12qemu-arm: Add persistent environment supportSumit Garg1-1/+7
2018-12-12qemu-arm: Enable VirtIO distro targetSumit Garg1-0/+1
2018-12-10Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini23-21/+256
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini2-0/+49
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini11-23/+60
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-0/+51
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich2-0/+49
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2-0/+25
2018-12-10ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot2-16/+4
2018-12-10configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPATJean-Jacques Hiblot1-6/+0
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot5-1/+18
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot1-0/+13
2018-12-09Merge git://git.denx.de/u-boot-marvellTom Rini1-14/+34
2018-12-08Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich1-0/+11
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2-43/+3
2018-12-08arm: mvebu: helios4: Enable SPI flash supportAditya Prayoga1-0/+31
2018-12-08arm: mvebu: helios4: Reduce U-Boot image sizeAditya Prayoga1-6/+0
2018-12-08arm: mvebu: helios4: mmc: move environment before 1MAditya Prayoga1-8/+3
2018-12-07Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-16/+54
2018-12-07power: axp209: Add support for voltage rate control on LDO3Olliver Schinagl1-0/+21
2018-12-07power: axp209: Reduce magic values by adding defines for LDO[234]Olliver Schinagl1-0/+13
2018-12-07power: axp209: Define the chip version maskOlliver Schinagl1-0/+2
2018-12-07power: axp209: Use BIT() macroOlliver Schinagl1-16/+18
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-0/+13
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-0/+1
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot1-0/+19
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot1-0/+8
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-0/+10