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
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: remove stale comment in mtd_oob_ops structure
Miquel Raynal
2018-07-24
1
-4
/
+0
*
mtd: nand: add new enum for storing ECC algorithm
Rafał Miłecki
2018-07-23
1
-0
/
+8
*
mtd: nand: export nand_get_flash_type function
Jörg Krause
2018-06-27
1
-3
/
+7
*
lib: Add hexdump
Alexey Brodkin
2018-06-13
1
-1
/
+0
*
include/linux/byteorder: Sync to latest Linux definitions
Ramon Fried
2018-06-12
1
-40
/
+67
*
bug.h: introduce WARN_ONCE
Ramon Fried
2018-06-07
1
-0
/
+18
*
scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
Rob Herring
2018-05-31
1
-3
/
+3
*
usb: common: add support to get maximum speed from dt
Mugunthan V N
2018-05-18
1
-0
/
+9
*
include: update log2 header from the Linux kernel
Heinrich Schuchardt
2018-05-10
1
-26
/
+37
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
39
-80
/
+39
*
libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c
Masahiro Yamada
2018-04-01
1
-3
/
+0
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
2
-0
/
+316
*
libfdt: fix <linux/libfdt.h>
Masahiro Yamada
2018-01-28
1
-15
/
+6
*
linux/kernel.h: Add ALIGN_DOWN macro
Masahiro Yamada
2018-01-10
1
-0
/
+1
*
mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h
Masahiro Yamada
2017-12-04
1
-0
/
+1
*
mtd: nand: Rename nand.h into rawnand.h
Masahiro Yamada
2017-12-04
3
-8
/
+5
*
mtd: nand: introduce NAND_ROW_ADDR_3 flag
Masahiro Yamada
2017-11-29
1
-0
/
+3
*
mtd: nand: add a shorthand to generate nand_ecc_caps structure
Masahiro Yamada
2017-11-29
1
-0
/
+14
*
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
2017-11-29
1
-0
/
+33
*
mtd: nand: Pass the CS line to ->setup_data_interface()
Boris Brezillon
2017-11-29
1
-4
/
+8
*
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
2017-11-29
1
-0
/
+2
*
mtd: nand: Drop the ->errstat() hook
Boris Brezillon
2017-11-29
1
-5
/
+0
*
mtd: nand: Drop unused cached programming support
Boris Brezillon
2017-11-29
1
-1
/
+1
*
mtd: add mtd_ooblayout_xxx() helper functions
Boris Brezillon
2017-11-29
1
-0
/
+57
*
mtd: nand: Support controllers with custom page
Marc Gonzalez
2017-11-29
1
-0
/
+12
*
mtd: nand: Add a few more timings to nand_sdr_timings
Boris Brezillon
2017-11-29
1
-0
/
+8
*
mtd: nand: Fix data interface configuration logic
Boris Brezillon
2017-11-29
1
-1
/
+1
*
mtd: nand: automate NAND timings selection
Boris Brezillon
2017-11-29
1
-4
/
+10
*
mtd: nand: Expose data interface for ONFI mode 0
Sascha Hauer
2017-11-29
1
-0
/
+2
*
mtd: nand: convert ONFI mode into data interface
Sascha Hauer
2017-11-29
1
-0
/
+5
*
mtd: nand: Introduce nand_data_interface
Sascha Hauer
2017-11-29
1
-49
/
+117
*
mtd: nand: Create a NAND reset function
Sascha Hauer
2017-11-29
1
-0
/
+4
*
mtd: nand: remove unnecessary 'extern' from function declarations
Sascha Hauer
2017-11-29
1
-11
/
+11
*
mtd: nand: Add an option to maximize the ECC strength
Boris Brezillon
2017-11-29
1
-0
/
+1
*
mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled
Masahiro Yamada
2017-11-29
1
-2
/
+15
*
bitops: collect BIT macros to include/linux/bitops.h
Masahiro Yamada
2017-11-29
1
-0
/
+7
*
lib: libfdt: wrap scripts/dtc/libfdt/* where possible
Masahiro Yamada
2017-11-17
2
-0
/
+39
*
linux/types.h: add typedef of uintptr_t
Masahiro Yamada
2017-11-17
1
-0
/
+2
*
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2017-10-27
1
-1
/
+1
|
\
|
*
armv8: ls1088ardb: Enable USB command RDB qspi-boot
Ran Wang
2017-10-27
1
-1
/
+1
*
|
mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG
Masahiro Yamada
2017-10-23
1
-24
/
+0
|
/
*
linux/time.h: Remove dead code
Marek Behún
2017-10-16
1
-5
/
+0
*
lzo: add a function to check the validity of the header
Jean-Jacques Hiblot
2017-10-05
1
-0
/
+3
*
linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux
Masahiro Yamada
2017-10-05
1
-0
/
+5
*
linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13
Masahiro Yamada
2017-10-04
1
-0
/
+106
*
dm: define dev_*() log functions in DM header
Masahiro Yamada
2017-10-04
1
-0
/
+17
*
bug.h: move runtime BUG/WARN macros into <linux/bug.h>
Masahiro Yamada
2017-10-04
2
-15
/
+28
*
bug.h: sync BUILD_BUG stuff with Linux 4.13
Masahiro Yamada
2017-10-04
3
-51
/
+90
*
printk: collect printk stuff into <linux/printk.h> with loglevel support
Masahiro Yamada
2017-10-04
3
-20
/
+80
*
usb: xhci: Honor endpoint's interval
Bin Meng
2017-10-01
1
-0
/
+20
[next]