public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 17/41] common: Add a new lz4.h header file
Date: Mon, 11 Nov 2019 09:21:16 -0500	[thread overview]
Message-ID: <20191111142116.GK19317@bill-the-cat> (raw)
In-Reply-To: <20191108125120.v2.17.I543ab46bd15e7b763096b16f00713046f3217052@changeid>

On Fri, Nov 08, 2019 at 12:53:24PM -0700, Simon Glass wrote:

> Add a header file to house the lz4 compression function. Add a comment
> while we are here, since it not even clear from the name what the function
> actuall does.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191111/f9213952/attachment.sig>

  reply	other threads:[~2019-11-11 14:21 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 19:53 [U-Boot] [PATCH v2 00/41] common: Further reduce common.h Simon Glass
2019-11-08 19:53 ` [U-Boot] [PATCH v2 01/41] common: Move legacy CPU functions to their own header Simon Glass
2019-11-08 19:53 ` [U-Boot] [PATCH v2 02/41] Drop CONFIG_SHOW_ACTIVITY Simon Glass
2019-11-08 19:53 ` [U-Boot] [PATCH v2 03/41] common: Drop global inclusion of status_led.h Simon Glass
2019-11-11 14:17   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 04/41] status_led: Tidy up the code style Simon Glass
2019-11-11 14:17   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 05/41] common: Move random-number functions into their own header Simon Glass
2019-11-11 14:18   ` Tom Rini
2019-11-12 13:49     ` Simon Glass
2019-11-12 13:54       ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 06/41] common: Drop linux/crc8.h Simon Glass
2019-11-11 14:18   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 07/41] crc: Fix code style with crc functions Simon Glass
2019-11-11 14:18   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 08/41] crc32: Use the crc.h header for " Simon Glass
2019-11-11 14:18   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 09/41] spl: bootcount: Move code out of header file Simon Glass
2019-11-11 14:15   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 10/41] common: Move bootcount functions to their " Simon Glass
2019-11-11 14:18   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 11/41] common: Move sorting functions to their own " Simon Glass
2019-11-11 14:18   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 12/41] Move strtomhz() to vsprintf.h Simon Glass
2019-11-11 14:17   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 13/41] common: Move env_get_ip() to net.h Simon Glass
2019-11-11 14:19   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 14/41] serial: usb: Correct the usbtty_...() prototypes Simon Glass
2019-11-11 14:19   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 15/41] common: Move serial_printf() to the serial header Simon Glass
2019-11-11 14:20   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 16/41] common: Move serial functions out of common.h Simon Glass
2019-11-11 14:20   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 17/41] common: Add a new lz4.h header file Simon Glass
2019-11-11 14:21   ` Tom Rini [this message]
2019-11-08 19:53 ` [U-Boot] [PATCH v2 18/41] common: Move some time functions out of common.h Simon Glass
2019-11-11 14:21   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 19/41] common: Move wait_ticks " Simon Glass
2019-11-11 14:34   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 20/41] common: Move timer_get_us() function " Simon Glass
2019-11-11 14:39   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 21/41] common: Move get_ticks() " Simon Glass
2019-11-11 14:39   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 22/41] common: Move mii_init() " Simon Glass
2019-11-11 14:39   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 23/41] common: Move some CPU functions " Simon Glass
2019-11-08 19:53 ` [U-Boot] [PATCH v2 24/41] common: Drop cpu_init() Simon Glass
2019-11-11 14:40   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 25/41] common: Move checkcpu() out of common.h Simon Glass
2019-11-11 14:40   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 26/41] common: Move some SMP functions " Simon Glass
2019-11-08 19:53 ` [U-Boot] [PATCH v2 27/41] arm: powerpc: Tidy up code style for cache functions Simon Glass
2019-11-11 14:41   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 28/41] common: Move some cache and MMU functions out of common.h Simon Glass
2019-11-08 19:53 ` [U-Boot] [PATCH v2 29/41] common: Drop checkicache() and checkdcache() Simon Glass
2019-11-11 14:41   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 30/41] common: Move ARM cache operations out of common.h Simon Glass
2019-11-08 19:53 ` [U-Boot] [PATCH v2 31/41] arm: powerpc: Tidy up code style for interrupt functions Simon Glass
2019-11-11 14:42   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 32/41] common: Move interrupt functions into a new header Simon Glass
2019-11-11 14:51   ` Tom Rini
2019-11-12 14:10     ` Simon Glass
2019-11-12 14:13       ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 33/41] common: Move enable/disable_interrupts out of common.h Simon Glass
2019-11-11 14:56   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 34/41] common: Move command functions " Simon Glass
2019-11-11 14:56   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 35/41] common: Drop board_show_dram() Simon Glass
2019-11-11 15:00   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 36/41] common: Move board_get_usable_ram_top() out of common.h Simon Glass
2019-11-11 15:01   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 37/41] common: Move some board functions " Simon Glass
2019-11-11 15:01   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 38/41] common: Move pci_init_board() " Simon Glass
2019-11-11 15:01   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 39/41] common: Move trap_init() " Simon Glass
2019-11-11 15:02   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 40/41] common: Drop get_endaddr() Simon Glass
2019-11-11 15:02   ` Tom Rini
2019-11-08 19:53 ` [U-Boot] [PATCH v2 41/41] common: Move old EEPROM functions into a new header Simon Glass
2019-11-11 15:08   ` Tom Rini
2019-11-08 20:40 ` [U-Boot] [PATCH v2 00/41] common: Further reduce common.h Simon Glass
2019-11-08 21:02   ` Tom Rini
2019-11-08 21:03     ` Simon Glass
2019-11-08 21:10       ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191111142116.GK19317@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox