The Linux Kernel

6.5.0

Quick search

Contents

  • A guide to the Kernel Development Process
  • Submitting patches: the essential guide to getting your code into the kernel
  • Code of conduct
  • Kernel Maintainer Handbook
  • All development-process docs
  • Core API Documentation
  • Driver implementer's API guide
    • Driver Model
    • Driver Basics
    • Device drivers infrastructure
    • ioctl based interfaces
    • Early Userspace
    • CPU and Device Power Management
    • The Common Clk Framework
    • Bus-Independent Device Accesses
    • Buffer Sharing and Synchronization (dma-buf)
    • Device links
    • Component Helper for Aggregate Drivers
    • Message-based devices
    • InfiniBand and Remote DMA (RDMA) Interfaces
    • Managing Ownership of the Framebuffer Aperture
    • Frame Buffer Library
    • Voltage and current regulator API
    • Reset controller API
    • Industrial I/O
    • Input Subsystem
    • Linux USB API
    • Firewire (IEEE 1394) driver Interface Guide
    • The Linux PCI driver implementer's API guide
    • Compute Express Link
    • Serial Peripheral Interface (SPI)
    • I2C and SMBus Subsystem
    • IPMB Driver for a Satellite MC
    • The Linux IPMI Driver
    • I3C subsystem
    • Generic System Interconnect Subsystem
    • Device Frequency Scaling
    • High Speed Synchronous Serial Interface (HSI)
    • Error Detection And Correction (EDAC) Devices
    • SCSI Interfaces Guide
    • libATA Developer's Guide
    • target and iSCSI Interfaces Guide
    • The Common Mailbox Framework
    • MTD NAND Driver Programming Interface
    • Parallel Port Devices
    • 16x50 UART Driver
    • Pulse-Width Modulation (PWM)
    • Intel(R) Management Engine Interface (Intel(R) MEI)
    • Memory Technology Device (MTD)
    • MMC/SD/SDIO card support
    • Non-Volatile Memory Device (NVDIMM)
    • W1: Dallas' 1-wire bus
    • The Linux RapidIO Subsystem
    • Writing s390 channel device drivers
    • VME Device Drivers
    • Linux 802.11 Driver Developer's Guide
    • The Userspace I/O HOWTO
    • Linux Firmware API
      • Introduction
      • Firmware API core features
      • UEFI Support
      • request_firmware API
      • Firmware Upload API
      • Other Firmware Interfaces
    • PINCTRL (PIN CONTROL) subsystem
    • General Purpose Input/Output (GPIO)
    • RAID
    • Media subsystem kernel internal API
    • Miscellaneous Devices
    • Near Field Communication
    • DMAEngine documentation
    • Linux kernel SLIMbus support
    • SoundWire Documentation
    • Thermal
    • FPGA Subsystem
    • ACPI Support
    • Auxiliary Bus
    • Kernel driver lp855x
    • Kernel Connector
    • Console Drivers
    • Dell Systems Management Base Driver
    • EISA bus support
    • ISA Drivers
    • ISA Plug & Play support by Jaroslav Kysela <perex@suse.cz>
    • The io_mapping functions
    • Ordering I/O writes to memory-mapped addresses
    • Generic Counter Interface
    • Memory Controller drivers
    • MEN Chameleon Bus
    • NTB Drivers
    • NVMEM Subsystem
    • PARPORT interface documentation
    • PPS - Pulse Per Second
    • PTP hardware clock infrastructure for Linux
    • Generic PHY Framework
    • Pulse Width Modulation (PWM) interface
    • PLDM Firmware Flash Update Library
    • Overview of the pldmfw library
    • rfkill - RF kill switch support
    • Support for Serial devices
    • SM501 Driver
    • Surface System Aggregator Module (SSAM)
    • Linux Switchtec Support
    • Sync File API Guide
    • TTY
    • VFIO Mediated devices
    • VFIO - "Virtual Function I/O"
    • Acceptance criteria for vfio-pci device specific driver variants
    • Virtio
    • Xilinx FPGA
    • Xillybus driver for generic FPGA interface
    • Writing Device Drivers for Zorro Devices
    • The Linux Hardware Timestamping Engine (HTE)
    • WMI Driver API
  • Kernel subsystem documentation
  • Locking in the kernel
  • Linux kernel licensing rules
  • How to write kernel documentation
  • Development tools for the kernel
  • Kernel Testing Guide
  • Kernel Hacking Guides
  • Linux Tracing Technologies
  • fault-injection
  • Kernel Livepatching
  • Rust
  • The Linux kernel user's and administrator's guide
  • The kernel build system
  • Reporting issues
  • User-space tools
  • The Linux kernel user-space API guide
  • The Linux kernel firmware guide
  • Open Firmware and Devicetree
  • CPU Architectures
  • Unsorted Documentation
  • Translations

This Page

  • Show Source

Linux Firmware APIΒΆ

  • Introduction
    • Types of firmware requests
  • Firmware API core features
    • Firmware search paths
    • Built-in firmware
    • Firmware cache
    • Direct filesystem lookup
      • Firmware and initramfs
    • Fallback mechanisms
      • Justifying the firmware fallback mechanism
      • Types of fallback mechanisms
      • Firmware sysfs loading facility
        • firmware_fallback_sysfs
      • Firmware kobject uevent fallback mechanism
      • Firmware custom fallback mechanism
      • Firmware fallback timeout
      • EFI embedded firmware fallback mechanism
        • Example how to check for and extract embedded firmware
    • Firmware lookup order
    • Firmware Guidelines
  • UEFI Support
    • UEFI stub library functions
  • request_firmware API
    • Synchronous firmware requests
      • request_firmware
      • firmware_request_nowarn
      • firmware_request_platform
      • request_firmware_direct
      • request_firmware_into_buf
    • Asynchronous firmware requests
      • request_firmware_nowait
    • Special optimizations on reboot
      • firmware_request_cache()
    • request firmware API expected driver use
  • Firmware Upload API
    • Register for firmware upload
      • firmware_upload_register
      • firmware_upload_unregister
      • Firmware Upload Ops
      • Firmware Upload Progress Codes
      • Firmware Upload Error Codes
    • Sysfs Attributes
  • Other Firmware Interfaces
    • DMI Interfaces
    • EDD Interfaces
    • Generic System Framebuffers Interface
    • Intel Stratix10 SoC Service Layer
©The kernel development community. | Powered by Sphinx 5.0.1 & Alabaster 0.7.12 | Page source