| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | |
| When U-Boot started using SPDX tags we were among the early adopters and there weren't a lot of other examples to borrow from. So we picked the area of the file that usually had a full license text and replaced it with an appropriate SPDX-License-Identifier: entry. Since then, the Linux Kernel has adopted SPDX tags and they place it as the very first line in a file (except where shebangs are used, then it's second line) and with slightly different comment styles than us. In part due to community overlap, in part due to better tag visibility and in part for other minor reasons, switch over to that style. This commit changes all instances where we have a single declared license in the tag as both the before and after are identical in tag contents. There's also a few places where I found we did not have a tag and have introduced one. Signed-off-by: Tom Rini <[email protected]> | |||
| 2018-03-21 | mips: bmips: add ar-5315 usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add support for bcm6318 usb | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add vr-3032u usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add support for bcm63268 usb | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add dgnd3700v2 usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add support for bcm6362 usb | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add ar-5387un usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add support for bcm6328 usb | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add wap-5813n usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add support for bcm6368 usb | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add nb4-ser usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add hg556a usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add support for bcm6358 usb | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add ct-5361 usb support | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | mips: bmips: add support for bcm6348 usb | Álvaro Fernández Rojas | |
| Signed-off-by: Ãlvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | MIPS: add BMIPS Netgear DGND3700v2 board | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |||
| 2018-03-21 | MIPS: add support for Broadcom MIPS BCM6362 SoC family | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |||
| 2018-01-26 | Merge git://git.denx.de/u-boot-mips | Tom Rini | |
| 2018-01-26 | MIPS: add BMIPS Comtrend AR-5315u board | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> | |||
| 2018-01-26 | MIPS: add support for Broadcom MIPS BCM6318 SoC family | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> | |||
| 2018-01-26 | MIPS: add BMIPS Comtrend WAP-5813n board | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> | |||
| 2018-01-26 | MIPS: add support for Broadcom MIPS BCM6368 SoC family | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> | |||
| 2018-01-24 | mips: bmips: enable the SPI flash on the Comtrend AR-5387un | Álvaro Fernández Rojas | |
| It's a Macronix (mx25l12805d) 16 MB SPI flash. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> | |||
| 2018-01-24 | mips: bmips: add bcm63xx-hsspi driver support for BCM63268 | Álvaro Fernández Rojas | |
| This driver manages the high speed SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> | |||
| 2018-01-24 | mips: bmips: add bcm63xx-hsspi driver support for BCM6328 | Álvaro Fernández Rojas | |
| This driver manages the SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> | |||
| 2018-01-24 | mips: bmips: enable the SPI flash on the Netgear CG3100D | Álvaro Fernández Rojas | |
| It's a Spansion (s25fl064a) 8 MB SPI flash. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2018-01-24 | mips: bmips: enable the SPI flash on the Sagem F@ST1704 | Álvaro Fernández Rojas | |
| It's a Winbond (w25x32) 4 MB SPI flash. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2018-01-24 | mips: bmips: add bcm63xx-spi driver support for BCM63268 | Álvaro Fernández Rojas | |
| This driver manages the low speed SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2018-01-24 | mips: bmips: add bcm63xx-spi driver support for BCM3380 | Álvaro Fernández Rojas | |
| This driver manages the SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2018-01-24 | mips: bmips: add bcm63xx-spi driver support for BCM6358 | Álvaro Fernández Rojas | |
| This driver manages the SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2018-01-24 | mips: bmips: add bcm63xx-spi driver support for BCM6348 | Álvaro Fernández Rojas | |
| This driver manages the SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2018-01-24 | mips: bmips: add bcm63xx-spi driver support for BCM6338 | Álvaro Fernández Rojas | |
| This driver manages the SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Daniel Schwierzeck <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | mips: bmips: fix BCM3380 periph clock frequency | Álvaro Fernández Rojas | |
| Instead of having a peripheral clock of 50 MHz like the BCM63xx family, it has a 48 MHz clock. This fixes uart baud rate calculation for BCM3380. Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |||
| 2017-05-31 | MIPS: add BMIPS Sagem F@ST1704 board | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | MIPS: add support for Broadcom MIPS BCM6338 SoC family | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | MIPS: add BMIPS Netgear CG3100D board | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | MIPS: add support for Broadcom MIPS BCM3380 SoC family | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | MIPS: add BMIPS Comtrend CT-5361 board | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | MIPS: add support for Broadcom MIPS BCM6348 SoC family | Álvaro Fernández Rojas | |
| Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | mips: bmips: add wdt-reboot driver support for BCM63268 | Álvaro Fernández Rojas | |
| This driver allows rebooting the SoC by calling wdt_expire_now op. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | mips: bmips: add wdt-reboot driver support for BCM6328 | Álvaro Fernández Rojas | |
| This driver allows rebooting the SoC by calling wdt_expire_now op. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | mips: bmips: add wdt-reboot driver support for BCM6358 | Álvaro Fernández Rojas | |
| This driver allows rebooting the SoC by calling wdt_expire_now op. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | mips: bmips: add bcm6345-wdt driver support for BCM63268 | Álvaro Fernández Rojas | |
| This driver controls the watchdog present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | mips: bmips: add bcm6345-wdt driver support for BCM6328 | Álvaro Fernández Rojas | |
| This driver controls the watchdog present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-31 | mips: bmips: add bcm6345-wdt driver support for BCM6358 | Álvaro Fernández Rojas | |
| This driver controls the watchdog present on this SoC. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2017-05-12 | mips: bmips: bcm63268: fix brcm, bcm6328-mc size | Álvaro Fernández Rojas | |
| Shrink brcm,bcm6328-mc size to avoid overlapping with other controllers Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |||
| 2017-05-12 | mips: bmips: bcm6328: fix brcm, bcm6328-mc size | Álvaro Fernández Rojas | |
| Shrink brcm,bcm6328-mc size to avoid overlapping with other controllers Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |||
| 2017-05-12 | mips: bmips: bcm6358: fix brcm, bcm6358-mc size | Álvaro Fernández Rojas | |
| Shrink brcm,bcm6358-mc size to avoid overlapping with other controllers Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |||
| 2017-05-10 | mips: bmips: add bcm6328-power-domain driver support for BCM63268 | Álvaro Fernández Rojas | |
| This driver can control up to 32 power domains. Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |||
