pub/scm/linux/kernel/git/jkirsher/firmware.git  about / heads / tags
Firmware tree - firmware blobs
$ git log --pretty=format:'%h %s (%cs)%d'
c8f4d01a cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops (2024-04-30)
	(HEAD -> master)
360d6d77 linux-firmware: Add firmware and tuning for Lenovo Y770S (2024-04-30)
f3cd29d8 amdgpu: DMCUB updates for various AMDGPU ASICs (2024-04-30)
dee4d61f linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops (2024-04-30)
bf2cec64 i915: Update Xe2LPD DMC to v2.20 (2024-04-24)
37cb2c22 linux-firmware: Remove Calibration Firmware and Tuning for CS35L41 (2024-04-24)
4a6a7ec4 linux-firmware: Add firmware for Lenovo Thinkbook 13X (2024-04-24)
5d526f04 ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop (2024-04-24)
3cbe2e31 amdgpu: add DMCUB 3.5 firmware (2024-04-24)
a7a5e3d6 amdgpu: add VPE 6.1.0 firmware (2024-04-24)
...

$ git cat-file blob HEAD:README.md

# Linux firmware

This repository contains all these firmware images which have been
extracted from older drivers, as well various new firmware images which
we were never permitted to include in a GPL'd work, but which we _have_
been permitted to redistribute under separate cover.

The upstream repository is located at <https://gitlab.com/kernel-firmware/linux-firmware.git>.

## Submitting firmware

To submit firmware to this repository, please do one of the following:

* open a MR [upstream](https://gitlab.com/kernel-firmware/linux-firmware)
* send a git binary diff to `linux-firmware@kernel.org`
* send a git pull request to: `linux-firmware@kernel.org`

## Quality

If your commit adds new firmware, it must update the `WHENCE` file to
clearly state the license under which the firmware is available, and
that it is redistributable. Being redistributable includes ensuring
the firmware license provided includes an implicit or explicit
patent grant to end users to ensure full functionality of device
operation with the firmware. If the license is long and involved, it's
permitted to include it in a separate file and refer to it from the
`WHENCE` file (IE _'See `LICENSE.foo` for details.'_).
And if it were possible, a changelog of the firmware itself.

To maintain consistent quality on the repository, please run the following
before submitting a patch:

```shell
make check
```

If you don't have pre-commit installed, you can install it with:

```shell
pip install pre-commit
```

Your commit **must** contain a `Signed-Off-By:` from someone authoritative on
the licensing of the firmware in question (i.e. from within the company
that owns the code).

## Warnings

1. Don't send any `CONFIDENTIALITY STATEMENT` in your e-mail, patch or
request. Otherwise your firmware _will never be accepted_.
2. Maintainers are really busy, so don't expect a prompt reply.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops (2024-04-30)
  main         Merge branch 'rb3-update' of https://github.com/lumag/linux-firmware (2023-08-04)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
20220913     This is the 20220913 release (2022-09-13) tar.gz
20220815     This is the 20220815 release (2022-08-15) tar.gz
20220708     This is the 20220708 release (2022-07-08) tar.gz
20220610     This is the 20220610 release (2022-06-10) tar.gz
20220509     This is the 20220509 release (2022-05-09) tar.gz
20220411     This is the 20220411 release (2022-04-11) tar.gz
20220310     This is the 20220209 release (2022-03-10) tar.gz
20220209     This is the 20220209 release (2022-02-09) tar.gz
20211216     This is the 20211216 release (2021-12-16) tar.gz
20211027     This is the 20211027 release (2021-10-27) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
       2044 linux-firmware
        525 linux-wireless
        492 lkml
        250 netdev
        207 linux-mediatek
        123 linux-bluetooth
         72 ath10k
         42 openembedded-core
         38 linux-arm-kernel
         36 qemu-devel
         33 linux-scsi
         32 linux-media
         30 u-boot
         28 linux-sound
         22 dri-devel
         22 intel-gfx
         20 intel-wired-lan
         17 stable
         16 linux-rdma
         15 kvm
         14 linux-devicetree
         12 linux-tegra
         10 linuxppc-dev
         10 git
         10 linux-kbuild
          9 linux-crypto
          9 linux-fsdevel
          9 linux-mips
          9 alsa-devel
          9 dpdk-dev
          9 linux-rockchip
          9 buildroot
          9 openembedded-devel
          8 linux-nfs
          8 linux-mm
          8 linux-wpan
          7 bpf
          7 linux-btrfs
          7 linux-ide
          7 linux-omap
          7 linux-sh
          6 linux-samsung-soc
          6 linux-xfs
          6 linux-serial
          6 ath9k-devel
          6 yocto
          5 linux-riscv
          5 linux-arm-msm
          5 xen-devel
          5 linux-input
          5 linux-iio
          5 linux-gpio
          5 linux-pci
          5 linux-i2c
          5 linux-arch
          5 linux-can
          5 linux-fbdev
          5 yocto-meta-freescale
          5 poky
          4 linux-mtd
          4 linux-acpi
          4 linux-pm
          4 kvmarm
          4 driverdev-devel
          4 linux-clk
          4 linux-doc
          4 linux-mmc
          4 amd-gfx
          4 linux-api
          4 linux-spi
          4 virtualization
          4 containers
          4 dm-devel
          4 linux-s390
          4 cluster-devel
          4 kvm-ppc
          4 lvm-devel
          3 netfilter-devel
          3 linux-erofs
          3 linux-nvdimm
          3 fstests
          3 linux-hwmon
          3 linux-rtc
          3 linux-usb
          3 linux-renesas-soc
          3 selinux
          3 linux-next
          3 linux-ext4
          3 linux-f2fs-devel
          3 linux-watchdog
          3 util-linux
          3 lttng-dev
          3 openbmc
          3 linux-cxl
          3 linux-perf-users
          3 nouveau
          3 nvdimm
          3 ofono
          3 qemu-riscv
          3 grub-devel
          3 ../../../../../../../fuego
          3 ../../../../../../../igt-dev
          2 linux-block
          2 linux-nvme
          2 linux-integrity
          2 linux-cifs
          2 linux-amlogic
          2 linux-iommu
          2 linux-kselftest
          2 dmaengine
          2 linux-parisc
          2 linux-leds
          2 linux-security-module
          2 linux-modules
          2 linux-rt-users
          2 linux-trace-devel
          2 linux-hyperv
          2 backports
          2 linux-kernel-mentees
          2 linux-man
          2 linux-unionfs
          2 linux-sparse
          2 linux-pwm
          2 linux-raid
          2 platform-driver-x86
          2 ath11k
          2 kernel-janitors
          2 sparclinux
          2 linux-staging
          2 linux-sunxi
          2 mptcp
          2 linux-coco
          2 b43-dev
          2 fio
          2 iwd
          2 ltp
          2 yocto-toaster
          2 yocto-meta-arm
          2 bitbake-devel
          2 yocto-meta-virtualization
          2 yocto-meta-ti
          2 yocto-meta-arago
          2 outreachy
          2 openrisc
          2 kexec
          2 loongarch
          2 ath12k
          2 b4-sent
          2 intel-xe
          2 linux-um
          2 virtio-comment
          2 dccp
          2 linux-alpha
          2 linux-hexagon
          2 reiserfs-devel
          2 perfbook
          2 virtio-fs
          1 linux-fscrypt
          1 cocci
          1 live-patching
          1 linux-efi
          1 linux-edac
          1 linux-snps-arc
          1 kernel-hardening
          1 kernelnewbies
          1 linux-sgx
          1 workflows
          1 rcu
          1 selinux-refpolicy
          1 linux-m68k
          1 linux-i3c
          1 linux-spdx
          1 ksummit-discuss
          1 wireguard
          1 io-uring
          1 linux-csky
          1 tpmdd-devel
          1 cip-dev
          1 linux-audit
          1 linux-remoteproc
          1 linux-dash
          1 linux-bcache
          1 mm-commits
          1 linux-fpga
          1 ceph-devel
          1 xdp-newbies
          1 phone-devel
          1 linux-hardening
          1 dash
          1 keyrings
          1 linux-sctp
          1 target-devel
          1 lustre-devel
          1 soc
          1 ocfs2-devel
          1 rust-for-linux
          1 linux-phy
          1 regressions
          1 ksummit
          1 linux-nfc
          1 linux-bcachefs
          1 ntfs3
          1 llvm
          1 ell
          1 yocto-docs
          1 linux-patches
          1 chrome-platform
          1 ntb
          1 xenomai
          1 damon
          1 asahi
          1 imx
          1 linux-trace-kernel
          1 oe-linux-nfc
          1 oe-kbuild-all
          1 oe-chipsec
          1 batman
          1 kernel-tls-handshake
          1 virtio-dev
          1 v9fs
          1 ecryptfs
          1 linux-ia64
          1 kbd
          1 autofs
          1 cpufreq
          1 cgroups
          1 devicetree-spec
          1 devicetree-compiler
          1 initramfs
          1 hail-devel
          1 kvm-ia64
          1 linux-8086
          1 kernel-testers
          1 linux-btrace
          1 linux-embedded
          1 linux-hams
          1 linux-hotplug
          1 linux-laptop
          1 trinity
          1 linux-metag
          1 linux-x25
          1 linux-nilfs
          1 lvs-devel
          1 netfilter
          1 linux-oxnas
          1 u-boot-amlogic
          1 lm-sensors
          1 acpica-devel
          1 smatch
          1 ../../../../../../../wireless-regdb
          1 ../../../../../../../powertop

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/jkirsher/firmware.git