index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://www.denx.de/git/u-boot-marvell
Tom Rini
2017-07-12
9
-3
/
+656
|
\
|
*
drivers/misc: Add basic support for ATSHA204A Crypto module
Marek Behún
2017-07-12
3
-0
/
+417
|
*
drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support
Marek Behún
2017-07-12
1
-3
/
+39
|
*
orion_wdt: Support for the Orion Watchdog
Marek Behún
2017-07-12
3
-0
/
+185
|
*
driver/ddr: Add support for setting timing in hws_topology_map
Marek Behún
2017-07-12
2
-0
/
+15
*
|
mtd: nand: make nand_info array static
Grygorii Strashko
2017-07-11
1
-1
/
+1
*
|
mtd: nand: drv: use get_nand_dev_by_index()
Grygorii Strashko
2017-07-11
2
-2
/
+2
*
|
net: fm: use get_nand_dev_by_index()
Grygorii Strashko
2017-07-11
1
-1
/
+2
*
|
net: phy: cortina: use get_nand_dev_by_index()
Grygorii Strashko
2017-07-11
1
-1
/
+2
*
|
dfu: dfu_nand: use get_nand_dev_by_index()
Grygorii Strashko
2017-07-11
1
-7
/
+5
*
|
cmd: nand: abstract global variable usage for dm conversion
Mugunthan V N
2017-07-11
2
-11
/
+17
|
/
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2017-07-11
53
-1217
/
+1548
|
\
|
*
dm: ofnode: use fdt32_t for DT property value to fix sparse warning
Masahiro Yamada
2017-07-11
1
-2
/
+2
|
*
dm: include <dm/util.h> from driver/core/dump.c
Masahiro Yamada
2017-07-11
1
-0
/
+1
|
*
dm: ofnode: simplify ofnode_read_bool()
Masahiro Yamada
2017-07-11
1
-9
/
+5
|
*
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
Masahiro Yamada
2017-07-11
6
-8
/
+7
|
*
dm: ofnode: simplify ofnode_read_prop()
Masahiro Yamada
2017-07-11
1
-9
/
+3
|
*
dm: ofnode: use ofnode_read_bool() to check property existence
Masahiro Yamada
2017-07-11
1
-5
/
+5
|
*
dm: include <dm/util.h> from drivers/core/util.c
Masahiro Yamada
2017-07-11
1
-0
/
+5
|
*
dm: serial: Add livetree support
Simon Glass
2017-07-11
1
-3
/
+15
|
*
dm: serial: Separate out the core serial-device finding code
Simon Glass
2017-07-11
1
-40
/
+44
|
*
dm: serial: ns16550: Convert to livetree
Simon Glass
2017-07-11
1
-10
/
+5
|
*
video: simple-panel: Add a little more debugging
Simon Glass
2017-07-11
1
-0
/
+2
|
*
dm: video: Update pwm_backlight to support livetree
Simon Glass
2017-07-11
1
-10
/
+12
|
*
dm: video: Sync display on backspace
Simon Glass
2017-07-11
1
-0
/
+1
|
*
tegra: video: Time the LCD init
Simon Glass
2017-07-11
1
-0
/
+2
|
*
dm: core: Add functions to obtain node's address/size cells
Simon Glass
2017-07-11
5
-6
/
+56
|
*
dm: core: Add dev_read_enabled() to check if a device is enabled
Simon Glass
2017-07-11
1
-0
/
+11
|
*
dm: core: Add dev_read_resource() to read device resources
Simon Glass
2017-07-11
2
-1
/
+38
|
*
dm: core: Add ofnode_read_string_count()
Simon Glass
2017-07-11
1
-0
/
+10
|
*
dm: scsi: Drop scsi_init() when driver model is used
Simon Glass
2017-07-11
1
-2
/
+4
|
*
dm: ahci: Add a driver for SCSI on AHCI
Simon Glass
2017-07-11
1
-0
/
+57
|
*
dm: scsi: Split out the bus scanning code
Simon Glass
2017-07-11
1
-12
/
+23
|
*
dm: scsi: Adjust return value of scsi_exec()
Simon Glass
2017-07-11
2
-7
/
+7
|
*
dm: scsi: Add operations for SCSI devices
Simon Glass
2017-07-11
4
-0
/
+29
|
*
dm: ahci: Create a local version of two SCSI functions
Simon Glass
2017-07-11
1
-2
/
+13
|
*
dm: scsi: Document and rename the scsi_scan() parameter
Simon Glass
2017-07-11
1
-10
/
+10
|
*
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
Simon Glass
2017-07-11
3
-17
/
+34
|
*
dm: ahci: Drop use of probe_ent
Simon Glass
2017-07-11
2
-30
/
+45
|
*
dm: ahci: Unwind the confusing init code
Simon Glass
2017-07-11
4
-16
/
+27
|
*
dm: ahci: Move common code for starting ports into a function
Simon Glass
2017-07-11
1
-23
/
+22
|
*
dm: scsi: Indent the confusing #ifdefs
Simon Glass
2017-07-11
1
-13
/
+13
|
*
dm: ahci: Refactor to avoid static variables
Simon Glass
2017-07-11
1
-68
/
+76
|
*
dm: sata: Move ataid into struct ahci_uc_priv
Simon Glass
2017-07-11
1
-23
/
+27
|
*
dm: ahci: Rename struct ahci_probe_ent
Simon Glass
2017-07-11
2
-45
/
+45
|
*
dm: scsi: Use the uclass platform data
Simon Glass
2017-07-11
5
-7
/
+6
|
*
dm: scsi: Drop the ccb typedef
Simon Glass
2017-07-11
3
-18
/
+19
|
*
dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd
Simon Glass
2017-07-11
1
-1
/
+1
|
*
scsi: Move drivers into new drivers/scsi directory
Simon Glass
2017-07-11
9
-20
/
+730
|
*
sata: Move drivers into new drivers/ata directory
Simon Glass
2017-07-11
26
-61
/
+206
[next]