summaryrefslogtreecommitdiff
path: root/board/hammer
Commit message (Expand)AuthorAgeFilesLines
* spi: add flags to spi configurationJett Rink2020-01-291-1/+1
* hatch_fp/nocturne_fp: Specify RSA_KEY_SIZE in RW and ROTom Hughes2020-01-141-1/+2
* board/hammer: Fix masterball touchpad settingsNicolas Boichat2019-10-181-6/+5
* board/hammer: Add variant with backlight totally disabledNicolas Boichat2019-10-024-25/+34
* hammer: Finish renaming CONFIG_HALL_SENSOR to CONFIG_GMR_TABLET_MODENicolas Boichat2019-10-022-3/+3
* hammer: Use different KB scanning matrix for masterballNicolas Boichat2019-09-301-0/+26
* tablet_mode: Renaming for GMR sensorPhilip Chen2019-09-192-4/+4
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* hammer: Add magnemite boardNicolas Boichat2019-08-165-1/+34
* hammer: Add masterball boardNicolas Boichat2019-08-121-1/+12
* hammer: Refactor config options to support more variantsNicolas Boichat2019-08-125-69/+108
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-1/+1
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-1/+1
* common: board_[read/write]_serial weak reference cleanupDenis Brockus2019-06-031-2/+2
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* tablet_mode: Introduce hall sensor specific handlingFurquan Shaikh2018-11-292-3/+3
* touchpad_st: update logical maximum of y valueWei-Han Chen2018-11-081-1/+1
* touchpad_st: embed FTB header in unpacked TP FWWei-Han Chen2018-10-151-1/+1
* usb_update: add extra command "UPDATE_EXTRA_CMD_CONSOLE_READ_*"Wei-Han Chen2018-09-031-0/+2
* whiskers: Drive DETECT_PATH_DISABLE_L low, pull-up on BACKLIGHT_ENNicolas Boichat2018-09-031-1/+2
* whiskers: Disable keyboard scanning and touchpad in tablet modeNicolas Boichat2018-09-031-0/+17
* stm32: usb_hid_touchpad: add confidenceWei-Han Chen2018-08-311-2/+2
* usb_hid_touchpad: make max pressure configurableWei-Han Chen2018-08-031-0/+3
* whiskers: enable heatmap interfaceWei-Han Chen2018-07-201-4/+20
* driver/touchpad_st.c: support heat mapWei-Han Chen2018-07-193-0/+14
* whiskers touchpad: adjust value rangeWei-Han Chen2018-07-041-2/+2
* whiskers: Expose a switch for tablet modeNicolas Boichat2018-06-063-16/+6
* hammer: Increase PDU size to 4kNicolas Boichat2018-05-281-0/+8
* test/build.mk: Allow boards to specify test listsNicolas Boichat2018-05-281-0/+3
* hammer: Remove unnecessary console commandsNicolas Boichat2018-05-241-0/+11
* hammer: Disable side-band wake using detection pinNicolas Boichat2018-04-231-24/+0
* wand: Fix second UART module, remove unneeded internal pull-upNicolas Boichat2018-03-281-2/+2
* whiskers: enable ST touchpadWei-Han Chen2018-03-262-11/+61
* hammer: Add stack analysis annotationsNicolas Boichat2018-03-191-0/+96
* wand: Hibernate instead of cutting battery power if battery is lowNicolas Boichat2018-03-091-1/+0
* config: Rename new key to assistant keyNicolas Boichat2018-03-051-1/+1
* wand: Define CONFIG_KEYBOARD_NEW_KEYNicolas Boichat2018-03-051-1/+1
* whiskers: Disable keyboard/USB interface when magnet sensor activeNicolas Boichat2018-02-083-3/+19
* whiskers: Enable LM3630A LED driverNicolas Boichat2018-01-312-2/+14
* whiskers: Update GPIO for next revisionNicolas Boichat2018-01-293-30/+18
* touchpad_elan: Add retry logic if the touchpad does not respondNicolas Boichat2018-01-211-0/+16
* wand: Enable CONFIG_CHARGE_RAMP_HWNicolas Boichat2018-01-141-0/+2
* charge_state_v2: Add charge_set_output_current_limit functionNicolas Boichat2018-01-041-0/+1
* wand: Make sure battery is cut-off when criticalNicolas Boichat2018-01-041-0/+1
* wand: Increase PWM frequency to 50kHzNicolas Boichat2018-01-021-1/+1
* ec_ec_comm_slave: Define extpower_is_presentNicolas Boichat2017-12-211-8/+0
* wand: Add wand boardNicolas Boichat2017-12-206-12/+193
* hammer: Detect backlight circuitryNicolas Boichat2017-12-122-3/+31
* i2c: support large reading in i2c_xfer()Chun-Ta Lin2017-12-071-0/+2